Color Hex Logo

#cc679e Color Hex

#CC679E
(204,103,158)
0 Favorites   0 Comments

Color spaces of #cc679e

RGB 204103158
HSL0.910.500.60
HSV327°50°80°
CMYK 0.000.500.23   0.20
XYZ35.923625.006535.2811
Yxy25.00650.37340.2599
Hunter Lab50.006540.7192-6.8263
CIE-Lab57.081846.4998-11.3666

#cc679e color RGB value is (204,103,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 10011110
Octal 314 147 236
Decimal 204 103 158
Hex CC 67 9E

RGB Percentages of Color #cc679e

%43.87
%22.15
%33.98

CMYK Percentages of Color #cc679e

%0
%50
%23
%20

Triadic Colors of #cc679e

#cc679e #9ecc67 #679ecc

Analogous Colors of #cc679e

#cc679e #cc676c #c867cc

Monochromatic Colors of #cc679e

#cc679e

Complementary Color

#cc679e #67cc95

#cc679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc679e Color CSS Codes

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

#cc679e Text Font Color

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

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


#cc679e Background Color

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

This div background color is #cc679e


#cc679e Border Color

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

This div border color is #cc679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc679e


Comments

No comments written yet.

Please login to write comment.