Color Hex Logo

#c66acd Color Hex

#C66ACD
(198,106,205)
0 Favorites   0 Comments

Color spaces of #c66acd

RGB 198106205
HSL0.820.500.61
HSV296°48°80°
CMYK 0.030.480.00   0.20
XYZ39.462226.721660.8355
Yxy26.72160.31070.2104
Hunter Lab51.692945.8036-33.5911
CIE-Lab58.715750.9569-35.9058

#c66acd color RGB value is (198,106,205).

#c66acd hex color red value is 198, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c66acd hue: 0.82 , saturation: 0.50 and the lightness value of c66acd is 0.61.

The process color (four color CMYK) of #c66acd color hex is 0.03, 0.48, 0.00, 0.20. Web safe color of #c66acd is #cc66cc. Color #c66acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 11001101
Octal 306 152 315
Decimal 198 106 205
Hex C6 6A CD

RGB Percentages of Color #c66acd

%38.90
%20.83
%40.28

CMYK Percentages of Color #c66acd

%3
%48
%0
%20

Triadic Colors of #c66acd

#c66acd #cdc66a #6acdc6

Analogous Colors of #c66acd

#c66acd #cd6aa3 #956acd

Monochromatic Colors of #c66acd

#c66acd

Complementary Color

#c66acd #71cd6a

#c66acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66acd Color CSS Codes

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

#c66acd Text Font Color

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

This sample text font color is #c66acd
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.


#c66acd Background Color

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

This div background color is #c66acd


#c66acd Border Color

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

This div border color is #c66acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,106,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66acd;
  -webkit-box-shadow: 1px 1px 3px 2px #c66acd;
  box-shadow:         1px 1px 3px 2px #c66acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,106,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66acd


Comments

No comments written yet.

Please login to write comment.