Color Hex Logo

#c66cab Color Hex

#C66CAB
(198,108,171)
0 Favorites   0 Comments

Color spaces of #c66cab

RGB 198108171
HSL0.880.440.60
HSV318°45°78°
CMYK 0.000.450.14   0.22
XYZ36.002025.671241.5856
Yxy25.67120.34870.2486
Hunter Lab50.666838.1690-13.1965
CIE-Lab57.723643.9959-17.9982

#c66cab color RGB value is (198,108,171).

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

The process color (four color CMYK) of #c66cab color hex is 0.00, 0.45, 0.14, 0.22. Web safe color of #c66cab is #cc6699. Color #c66cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101100 10101011
Octal 306 154 253
Decimal 198 108 171
Hex C6 6C AB

RGB Percentages of Color #c66cab

%41.51
%22.64
%35.85

CMYK Percentages of Color #c66cab

%0
%45
%14
%22

Triadic Colors of #c66cab

#c66cab #abc66c #6cabc6

Analogous Colors of #c66cab

#c66cab #c66c7e #b46cc6

Monochromatic Colors of #c66cab

#c66cab

Complementary Color

#c66cab #6cc687

#c66cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66cab Color CSS Codes

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

#c66cab Text Font Color

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

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


#c66cab Background Color

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

This div background color is #c66cab


#c66cab Border Color

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

This div border color is #c66cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66cab


Comments

No comments written yet.

Please login to write comment.