Color Hex Logo

#cc365f Color Hex

#CC365F
(204,54,95)
0 Favorites   0 Comments

Color spaces of #cc365f

RGB 2045495
HSL0.950.600.51
HSV344°74°80°
CMYK 0.000.740.53   0.20
XYZ28.286616.301912.4822
Yxy16.30190.49560.2856
Hunter Lab40.375654.39739.9333
CIE-Lab47.368160.685512.0984

#cc365f color RGB value is (204,54,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 01011111
Octal 314 66 137
Decimal 204 54 95
Hex CC 36 5F

RGB Percentages of Color #cc365f

%57.79
%15.30
%26.91

CMYK Percentages of Color #cc365f

%0
%74
%53
%20

Triadic Colors of #cc365f

#cc365f #5fcc36 #365fcc

Analogous Colors of #cc365f

#cc365f #cc5836 #cc36aa

Monochromatic Colors of #cc365f

#cc365f

Complementary Color

#cc365f #36cca3

#cc365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc365f Color CSS Codes

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

#cc365f Text Font Color

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

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


#cc365f Background Color

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

This div background color is #cc365f


#cc365f Border Color

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

This div border color is #cc365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc365f


Comments

No comments written yet.

Please login to write comment.