Color Hex Logo

#cc113b Color Hex

#CC113B
(204,17,59)
0 Favorites   0 Comments

Color spaces of #cc113b

RGB 2041759
HSL0.960.850.43
HSV347°92°80°
CMYK 0.000.920.71   0.20
XYZ25.891713.55405.3892
Yxy13.55400.57750.3023
Hunter Lab36.815861.107517.0920
CIE-Lab43.586467.285729.3033

#cc113b color RGB value is (204,17,59).

#cc113b hex color red value is 204, green value is 17 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cc113b hue: 0.96 , saturation: 0.85 and the lightness value of cc113b is 0.43.

The process color (four color CMYK) of #cc113b color hex is 0.00, 0.92, 0.71, 0.20. Web safe color of #cc113b is #cc0033. Color #cc113b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 00111011
Octal 314 21 73
Decimal 204 17 59
Hex CC 11 3B

RGB Percentages of Color #cc113b

%72.86
%6.07
%21.07

CMYK Percentages of Color #cc113b

%0
%92
%71
%20

Triadic Colors of #cc113b

#cc113b #3bcc11 #113bcc

Analogous Colors of #cc113b

#cc113b #cc4511 #cc1199

Monochromatic Colors of #cc113b

#cc113b

Complementary Color

#cc113b #11cca2

#cc113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc113b Color CSS Codes

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

#cc113b Text Font Color

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

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


#cc113b Background Color

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

This div background color is #cc113b


#cc113b Border Color

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

This div border color is #cc113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc113b


Comments

No comments written yet.

Please login to write comment.