Color Hex Logo

#c67daa Color Hex

#C67DAA
(198,125,170)
0 Favorites   0 Comments

Color spaces of #c67daa

RGB 198125170
HSL0.900.390.63
HSV323°37°78°
CMYK 0.000.370.14   0.22
XYZ37.878029.575341.7424
Yxy29.57530.34690.2708
Hunter Lab54.383229.1551-7.4405
CIE-Lab61.286034.8183-12.0382

#c67daa color RGB value is (198,125,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111101 10101010
Octal 306 175 252
Decimal 198 125 170
Hex C6 7D AA

RGB Percentages of Color #c67daa

%40.16
%25.35
%34.48

CMYK Percentages of Color #c67daa

%0
%37
%14
%22

Triadic Colors of #c67daa

#c67daa #aac67d #7daac6

Analogous Colors of #c67daa

#c67daa #c67d86 #be7dc6

Monochromatic Colors of #c67daa

#c67daa

Complementary Color

#c67daa #7dc699

#c67daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67daa Color CSS Codes

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

#c67daa Text Font Color

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

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


#c67daa Background Color

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

This div background color is #c67daa


#c67daa Border Color

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

This div border color is #c67daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67daa


Comments

No comments written yet.

Please login to write comment.