Color Hex Logo

#cc868e Color Hex

#CC868E
(204,134,142)
0 Favorites   0 Comments

Color spaces of #cc868e

RGB 204134142
HSL0.980.410.66
HSV353°34°80°
CMYK 0.000.340.30   0.20
XYZ38.309431.840629.7179
Yxy31.84060.38360.3188
Hunter Lab56.427522.43818.2738
CIE-Lab63.210927.91306.8379

#cc868e color RGB value is (204,134,142).

#cc868e hex color red value is 204, green value is 134 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cc868e hue: 0.98 , saturation: 0.41 and the lightness value of cc868e is 0.66.

The process color (four color CMYK) of #cc868e color hex is 0.00, 0.34, 0.30, 0.20. Web safe color of #cc868e is #cc9999. Color #cc868e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 10001110
Octal 314 206 216
Decimal 204 134 142
Hex CC 86 8E

RGB Percentages of Color #cc868e

%42.50
%27.92
%29.58

CMYK Percentages of Color #cc868e

%0
%34
%30
%20

Triadic Colors of #cc868e

#cc868e #8ecc86 #868ecc

Analogous Colors of #cc868e

#cc868e #cca186 #cc86b1

Monochromatic Colors of #cc868e

#cc868e

Complementary Color

#cc868e #86ccc4

#cc868e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc868e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc868e Color CSS Codes

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

#cc868e Text Font Color

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

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


#cc868e Background Color

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

This div background color is #cc868e


#cc868e Border Color

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

This div border color is #cc868e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,134,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc868e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc868e;
  -webkit-box-shadow: 1px 1px 3px 2px #cc868e;
  box-shadow:         1px 1px 3px 2px #cc868e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,134,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc868e


Comments

No comments written yet.

Please login to write comment.