Color Hex Logo

#c67eab Color Hex

#C67EAB
(198,126,171)
0 Favorites   0 Comments

Color spaces of #c67eab

RGB 198126171
HSL0.900.390.64
HSV323°36°78°
CMYK 0.000.360.14   0.22
XYZ38.100229.867742.2850
Yxy29.86770.34560.2709
Hunter Lab54.651328.8015-7.6181
CIE-Lab61.539934.4422-12.2274

#c67eab color RGB value is (198,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 10101011
Octal 306 176 253
Decimal 198 126 171
Hex C6 7E AB

RGB Percentages of Color #c67eab

%40.00
%25.45
%34.55

CMYK Percentages of Color #c67eab

%0
%36
%14
%22

Triadic Colors of #c67eab

#c67eab #abc67e #7eabc6

Analogous Colors of #c67eab

#c67eab #c67e87 #bd7ec6

Monochromatic Colors of #c67eab

#c67eab

Complementary Color

#c67eab #7ec699

#c67eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67eab Color CSS Codes

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

#c67eab Text Font Color

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

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


#c67eab Background Color

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

This div background color is #c67eab


#c67eab Border Color

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

This div border color is #c67eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67eab


Comments

No comments written yet.

Please login to write comment.