Color Hex Logo

#c67cab Color Hex

#C67CAB
(198,124,171)
0 Favorites   0 Comments

Color spaces of #c67cab

RGB 198124171
HSL0.890.390.63
HSV322°37°78°
CMYK 0.000.370.14   0.22
XYZ37.847029.361342.2006
Yxy29.36130.34590.2684
Hunter Lab54.186129.8501-8.2453
CIE-Lab61.099235.5234-12.8901

#c67cab color RGB value is (198,124,171).

#c67cab hex color red value is 198, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c67cab hue: 0.89 , saturation: 0.39 and the lightness value of c67cab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 10101011
Octal 306 174 253
Decimal 198 124 171
Hex C6 7C AB

RGB Percentages of Color #c67cab

%40.16
%25.15
%34.69

CMYK Percentages of Color #c67cab

%0
%37
%14
%22

Triadic Colors of #c67cab

#c67cab #abc67c #7cabc6

Analogous Colors of #c67cab

#c67cab #c67c86 #bc7cc6

Monochromatic Colors of #c67cab

#c67cab

Complementary Color

#c67cab #7cc697

#c67cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67cab Color CSS Codes

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

#c67cab Text Font Color

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

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


#c67cab Background Color

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

This div background color is #c67cab


#c67cab Border Color

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

This div border color is #c67cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,124,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 #c67cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67cab


Comments

No comments written yet.

Please login to write comment.