Color Hex Logo

#cc689a Color Hex

#CC689A
(204,104,154)
0 Favorites   0 Comments

Color spaces of #cc689a

RGB 204104154
HSL0.920.500.60
HSV330°49°80°
CMYK 0.000.490.25   0.20
XYZ35.684925.071133.5303
Yxy25.07110.37850.2659
Hunter Lab50.071039.5900-4.6541
CIE-Lab57.144645.4263-8.9472

#cc689a color RGB value is (204,104,154).

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

The process color (four color CMYK) of #cc689a color hex is 0.00, 0.49, 0.25, 0.20. Web safe color of #cc689a is #cc6699. Color #cc689a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 10011010
Octal 314 150 232
Decimal 204 104 154
Hex CC 68 9A

RGB Percentages of Color #cc689a

%44.16
%22.51
%33.33

CMYK Percentages of Color #cc689a

%0
%49
%25
%20

Triadic Colors of #cc689a

#cc689a #9acc68 #689acc

Analogous Colors of #cc689a

#cc689a #cc6868 #cc68cc

Monochromatic Colors of #cc689a

#cc689a

Complementary Color

#cc689a #68cc9a

#cc689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc689a Color CSS Codes

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

#cc689a Text Font Color

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

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


#cc689a Background Color

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

This div background color is #cc689a


#cc689a Border Color

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

This div border color is #cc689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc689a


Comments

No comments written yet.

Please login to write comment.