Color Hex Logo

#cc677f Color Hex

#CC677F
(204,103,127)
0 Favorites   0 Comments

Color spaces of #cc677f

RGB 204103127
HSL0.960.500.60
HSV346°50°80°
CMYK 0.000.500.38   0.20
XYZ33.582924.070222.9547
Yxy24.07020.41660.2986
Hunter Lab49.061436.32726.6025
CIE-Lab56.158042.45285.3774

#cc677f color RGB value is (204,103,127).

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

The process color (four color CMYK) of #cc677f color hex is 0.00, 0.50, 0.38, 0.20. Web safe color of #cc677f is #cc6666. Color #cc677f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 01111111
Octal 314 147 177
Decimal 204 103 127
Hex CC 67 7F

RGB Percentages of Color #cc677f

%47.00
%23.73
%29.26

CMYK Percentages of Color #cc677f

%0
%50
%38
%20

Triadic Colors of #cc677f

#cc677f #7fcc67 #677fcc

Analogous Colors of #cc677f

#cc677f #cc8267 #cc67b2

Monochromatic Colors of #cc677f

#cc677f

Complementary Color

#cc677f #67ccb4

#cc677f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc677f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc677f Color CSS Codes

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

#cc677f Text Font Color

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

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


#cc677f Background Color

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

This div background color is #cc677f


#cc677f Border Color

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

This div border color is #cc677f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc677f


Comments

No comments written yet.

Please login to write comment.