Color Hex Logo

#cc373f Color Hex

#CC373F
(204,55,63)
0 Favorites   0 Comments

Color spaces of #cc373f

RGB 2045563
HSL0.990.590.51
HSV357°73°80°
CMYK 0.000.730.69   0.20
XYZ27.165215.92866.3454
Yxy15.92860.54950.3222
Hunter Lab39.910751.652518.5109
CIE-Lab46.880758.315530.8743

#cc373f color RGB value is (204,55,63).

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

The process color (four color CMYK) of #cc373f color hex is 0.00, 0.73, 0.69, 0.20. Web safe color of #cc373f is #cc3333. Color #cc373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110111 00111111
Octal 314 67 77
Decimal 204 55 63
Hex CC 37 3F

RGB Percentages of Color #cc373f

%63.35
%17.08
%19.57

CMYK Percentages of Color #cc373f

%0
%73
%69
%20

Triadic Colors of #cc373f

#cc373f #3fcc37 #373fcc

Analogous Colors of #cc373f

#cc373f #cc7a37 #cc378a

Monochromatic Colors of #cc373f

#cc373f

Complementary Color

#cc373f #37ccc4

#cc373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc373f Color CSS Codes

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

#cc373f Text Font Color

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

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


#cc373f Background Color

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

This div background color is #cc373f


#cc373f Border Color

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

This div border color is #cc373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc373f


Comments

No comments written yet.

Please login to write comment.