Color Hex Logo

#cc375d Color Hex

#CC375D
(204,55,93)
0 Favorites   0 Comments

Color spaces of #cc375d

RGB 2045593
HSL0.960.590.51
HSV345°73°80°
CMYK 0.000.730.54   0.20
XYZ28.243816.360112.0251
Yxy16.36010.49880.2889
Hunter Lab40.447653.859810.6864
CIE-Lab47.443460.192413.4291

#cc375d color RGB value is (204,55,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 01011101
Octal 314 67 135
Decimal 204 55 93
Hex CC 37 5D

RGB Percentages of Color #cc375d

%57.95
%15.63
%26.42

CMYK Percentages of Color #cc375d

%0
%73
%54
%20

Triadic Colors of #cc375d

#cc375d #5dcc37 #375dcc

Analogous Colors of #cc375d

#cc375d #cc5c37 #cc37a8

Monochromatic Colors of #cc375d

#cc375d

Complementary Color

#cc375d #37cca6

#cc375d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc375d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc375d Color CSS Codes

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

#cc375d Text Font Color

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

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


#cc375d Background Color

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

This div background color is #cc375d


#cc375d Border Color

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

This div border color is #cc375d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc375d


Comments

No comments written yet.

Please login to write comment.