Color Hex Logo

#c66cda Color Hex

#C66CDA
(198,108,218)
0 Favorites   0 Comments

Color spaces of #c66cda

RGB 198108218
HSL0.800.600.64
HSV289°50°85°
CMYK 0.090.500.00   0.15
XYZ41.306227.792869.5171
Yxy27.79280.29800.2005
Hunter Lab52.718947.6000-41.2788
CIE-Lab59.701152.4316-41.6970

#c66cda color RGB value is (198,108,218).

#c66cda hex color red value is 198, green value is 108 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c66cda hue: 0.80 , saturation: 0.60 and the lightness value of c66cda is 0.64.

The process color (four color CMYK) of #c66cda color hex is 0.09, 0.50, 0.00, 0.15. Web safe color of #c66cda is #cc66cc. Color #c66cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101100 11011010
Octal 306 154 332
Decimal 198 108 218
Hex C6 6C DA

RGB Percentages of Color #c66cda

%37.79
%20.61
%41.60

CMYK Percentages of Color #c66cda

%9
%50
%0
%15

Triadic Colors of #c66cda

#c66cda #dac66c #6cdac6

Analogous Colors of #c66cda

#c66cda #da6cb7 #8f6cda

Monochromatic Colors of #c66cda

#c66cda

Complementary Color

#c66cda #80da6c

#c66cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66cda Color CSS Codes

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

#c66cda Text Font Color

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

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


#c66cda Background Color

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

This div background color is #c66cda


#c66cda Border Color

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

This div border color is #c66cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66cda


Comments

No comments written yet.

Please login to write comment.