Color Hex Logo

#cc679a Color Hex

#CC679A
(204,103,154)
0 Favorites   0 Comments

Color spaces of #cc679a

RGB 204103154
HSL0.920.500.60
HSV330°50°80°
CMYK 0.000.500.25   0.20
XYZ35.584824.871033.4969
Yxy24.87100.37880.2647
Hunter Lab49.870840.0928-4.9139
CIE-Lab56.949545.9297-9.2388

#cc679a color RGB value is (204,103,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 10011010
Octal 314 147 232
Decimal 204 103 154
Hex CC 67 9A

RGB Percentages of Color #cc679a

%44.25
%22.34
%33.41

CMYK Percentages of Color #cc679a

%0
%50
%25
%20

Triadic Colors of #cc679a

#cc679a #9acc67 #679acc

Analogous Colors of #cc679a

#cc679a #cc6768 #cc67cc

Monochromatic Colors of #cc679a

#cc679a

Complementary Color

#cc679a #67cc99

#cc679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc679a Color CSS Codes

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

#cc679a Text Font Color

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

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


#cc679a Background Color

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

This div background color is #cc679a


#cc679a Border Color

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

This div border color is #cc679a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc679a


Comments

No comments written yet.

Please login to write comment.