Color Hex Logo

#cc467f Color Hex

#CC467F
(204,70,127)
0 Favorites   0 Comments

Color spaces of #cc467f

RGB 20470127
HSL0.930.570.54
HSV334°66°80°
CMYK 0.000.660.38   0.20
XYZ30.922818.750022.0680
Yxy18.75000.43100.2614
Hunter Lab43.301351.69520.0944
CIE-Lab50.393457.7093-3.0087

#cc467f color RGB value is (204,70,127).

#cc467f hex color red value is 204, green value is 70 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc467f hue: 0.93 , saturation: 0.57 and the lightness value of cc467f is 0.54.

The process color (four color CMYK) of #cc467f color hex is 0.00, 0.66, 0.38, 0.20. Web safe color of #cc467f is #cc3366. Color #cc467f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 01111111
Octal 314 106 177
Decimal 204 70 127
Hex CC 46 7F

RGB Percentages of Color #cc467f

%50.87
%17.46
%31.67

CMYK Percentages of Color #cc467f

%0
%66
%38
%20

Triadic Colors of #cc467f

#cc467f #7fcc46 #467fcc

Analogous Colors of #cc467f

#cc467f #cc5046 #cc46c2

Monochromatic Colors of #cc467f

#cc467f

Complementary Color

#cc467f #46cc93

#cc467f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc467f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc467f Color CSS Codes

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

#cc467f Text Font Color

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

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


#cc467f Background Color

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

This div background color is #cc467f


#cc467f Border Color

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

This div border color is #cc467f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc467f


Comments

No comments written yet.

Please login to write comment.