Color Hex Logo

#c67eaa Color Hex

#C67EAA
(198,126,170)
0 Favorites   0 Comments

Color spaces of #c67eaa

RGB 198126170
HSL0.900.390.64
HSV323°36°78°
CMYK 0.000.360.14   0.22
XYZ38.005329.829841.7848
Yxy29.82980.34670.2721
Hunter Lab54.616728.6310-7.1285
CIE-Lab61.507134.2773-11.7063

#c67eaa color RGB value is (198,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 10101010
Octal 306 176 252
Decimal 198 126 170
Hex C6 7E AA

RGB Percentages of Color #c67eaa

%40.08
%25.51
%34.41

CMYK Percentages of Color #c67eaa

%0
%36
%14
%22

Triadic Colors of #c67eaa

#c67eaa #aac67e #7eaac6

Analogous Colors of #c67eaa

#c67eaa #c67e86 #be7ec6

Monochromatic Colors of #c67eaa

#c67eaa

Complementary Color

#c67eaa #7ec69a

#c67eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67eaa Color CSS Codes

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

#c67eaa Text Font Color

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

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


#c67eaa Background Color

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

This div background color is #c67eaa


#c67eaa Border Color

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

This div border color is #c67eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67eaa


Comments

No comments written yet.

Please login to write comment.