Color Hex Logo

#cc367f Color Hex

#CC367F
(204,54,127)
0 Favorites   0 Comments

Color spaces of #cc367f

RGB 20454127
HSL0.920.600.51
HSV331°74°80°
CMYK 0.000.740.38   0.20
XYZ30.051817.008021.7776
Yxy17.00800.43660.2471
Hunter Lab41.240857.9002-2.4402
CIE-Lab48.270163.6019-6.1520

#cc367f color RGB value is (204,54,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 01111111
Octal 314 66 177
Decimal 204 54 127
Hex CC 36 7F

RGB Percentages of Color #cc367f

%52.99
%14.03
%32.99

CMYK Percentages of Color #cc367f

%0
%74
%38
%20

Triadic Colors of #cc367f

#cc367f #7fcc36 #367fcc

Analogous Colors of #cc367f

#cc367f #cc3836 #cc36ca

Monochromatic Colors of #cc367f

#cc367f

Complementary Color

#cc367f #36cc83

#cc367f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc367f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc367f Color CSS Codes

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

#cc367f Text Font Color

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

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


#cc367f Background Color

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

This div background color is #cc367f


#cc367f Border Color

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

This div border color is #cc367f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc367f


Comments

No comments written yet.

Please login to write comment.