Color Hex Logo

#cc687a Color Hex

#CC687A
(204,104,122)
0 Favorites   0 Comments

Color spaces of #cc687a

RGB 204104122
HSL0.970.500.60
HSV349°49°80°
CMYK 0.000.490.40   0.20
XYZ33.365024.143121.3139
Yxy24.14310.42330.3063
Hunter Lab49.135635.22118.6763
CIE-Lab56.230841.37308.4094

#cc687a color RGB value is (204,104,122).

#cc687a hex color red value is 204, green value is 104 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cc687a hue: 0.97 , saturation: 0.50 and the lightness value of cc687a is 0.60.

The process color (four color CMYK) of #cc687a color hex is 0.00, 0.49, 0.40, 0.20. Web safe color of #cc687a is #cc6666. Color #cc687a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 01111010
Octal 314 150 172
Decimal 204 104 122
Hex CC 68 7A

RGB Percentages of Color #cc687a

%47.44
%24.19
%28.37

CMYK Percentages of Color #cc687a

%0
%49
%40
%20

Triadic Colors of #cc687a

#cc687a #7acc68 #687acc

Analogous Colors of #cc687a

#cc687a #cc8868 #cc68ac

Monochromatic Colors of #cc687a

#cc687a

Complementary Color

#cc687a #68ccba

#cc687a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc687a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc687a Color CSS Codes

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

#cc687a Text Font Color

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

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


#cc687a Background Color

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

This div background color is #cc687a


#cc687a Border Color

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

This div border color is #cc687a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc687a


Comments

No comments written yet.

Please login to write comment.