Color Hex Logo

#cc385e Color Hex

#CC385E
(204,56,94)
0 Favorites   0 Comments

Color spaces of #cc385e

RGB 2045694
HSL0.960.590.51
HSV345°73°80°
CMYK 0.000.730.54   0.20
XYZ28.336416.473912.2760
Yxy16.47390.49640.2886
Hunter Lab40.588153.590010.4792
CIE-Lab47.590259.924113.0193

#cc385e color RGB value is (204,56,94).

#cc385e hex color red value is 204, green value is 56 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cc385e hue: 0.96 , saturation: 0.59 and the lightness value of cc385e is 0.51.

The process color (four color CMYK) of #cc385e color hex is 0.00, 0.73, 0.54, 0.20. Web safe color of #cc385e is #cc3366. Color #cc385e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 01011110
Octal 314 70 136
Decimal 204 56 94
Hex CC 38 5E

RGB Percentages of Color #cc385e

%57.63
%15.82
%26.55

CMYK Percentages of Color #cc385e

%0
%73
%54
%20

Triadic Colors of #cc385e

#cc385e #5ecc38 #385ecc

Analogous Colors of #cc385e

#cc385e #cc5c38 #cc38a8

Monochromatic Colors of #cc385e

#cc385e

Complementary Color

#cc385e #38cca6

#cc385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc385e Color CSS Codes

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

#cc385e Text Font Color

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

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


#cc385e Background Color

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

This div background color is #cc385e


#cc385e Border Color

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

This div border color is #cc385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc385e


Comments

No comments written yet.

Please login to write comment.