Color Hex Logo

#cc647f Color Hex

#CC647F
(204,100,127)
0 Favorites   0 Comments

Color spaces of #cc647f

RGB 204100127
HSL0.960.500.60
HSV344°51°80°
CMYK 0.000.510.38   0.20
XYZ33.289823.484022.8570
Yxy23.48400.41810.2949
Hunter Lab48.460337.81515.9572
CIE-Lab55.567443.96714.5283

#cc647f color RGB value is (204,100,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 01111111
Octal 314 144 177
Decimal 204 100 127
Hex CC 64 7F

RGB Percentages of Color #cc647f

%47.33
%23.20
%29.47

CMYK Percentages of Color #cc647f

%0
%51
%38
%20

Triadic Colors of #cc647f

#cc647f #7fcc64 #647fcc

Analogous Colors of #cc647f

#cc647f #cc7d64 #cc64b3

Monochromatic Colors of #cc647f

#cc647f

Complementary Color

#cc647f #64ccb1

#cc647f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc647f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc647f Color CSS Codes

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

#cc647f Text Font Color

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

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


#cc647f Background Color

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

This div background color is #cc647f


#cc647f Border Color

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

This div border color is #cc647f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc647f


Comments

No comments written yet.

Please login to write comment.