color codes Logo

#a650cc color codes

#A650CC
(166,80,204)
0 Favorites   0 Comments

Color spaces of #a650cc

RGB 16680204
HSL0.780.550.56
HSV282°61°80°
CMYK 0.190.610.00   0.20
XYZ29.493618.203959.0860
Yxy18.20390.27620.1705
Hunter Lab42.666048.7255-52.2415
CIE-Lab49.742555.1333-49.7825

#a650cc color RGB value is (166,80,204).

#a650cc hex color red value is 166, green value is 80 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a650cc hue: 0.78 , saturation: 0.55 and the lightness value of a650cc is 0.56.

The process color (four color CMYK) of #a650cc color code is 0.19, 0.61, 0.00, 0.20. Web safe color of #a650cc is #9966cc. Color #a650cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010000 11001100
Octal 246 120 314
Decimal 166 80 204
Hex A6 50 CC

RGB Percentages of Color #a650cc

%36.89
%17.78
%45.33

CMYK Percentages of Color #a650cc

%19
%61
%0
%20

Triadic Colors of #a650cc

#a650cc #cca650 #50cca6

Analogous Colors of #a650cc

#a650cc #cc50b4 #6850cc

Monochromatic Colors of #a650cc

#a650cc

Complementary Color

#a650cc #76cc50

#a650cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a650cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a650cc Color CSS Codes

.mybgcolor {background-color:#a650cc; } 
.myforecolor {color:#a650cc; }
.mybordercolor {border:3px solid #a650cc; }

#a650cc Text Font Color

<p style="color:#a650cc">Text here</p>

This sample text font color is #a650cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a650cc Background Color

<div style="background-color:#a650cc">
Div content here</div>

This div background color is #a650cc


#a650cc Border Color

<div style="border:3px solid #a650cc">
Div here</div>

This div border color is #a650cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,80,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a650cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a650cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a650cc;
  box-shadow:         1px 1px 3px 2px #a650cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,80,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a650cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a650cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a650cc;
  box-shadow:         1px 1px 3px 2px #a650cc;">
Div content here</div>

This div box has shadow with color #a650cc


Comments

No comments written yet.

Please login to write comment.