Color Hex Logo

#cc183e Color Hex

#CC183E
(204,24,62)
0 Favorites   0 Comments

Color spaces of #cc183e

RGB 2042462
HSL0.960.790.45
HSV347°88°80°
CMYK 0.000.880.70   0.20
XYZ26.098013.83845.8530
Yxy13.83840.57000.3022
Hunter Lab37.200060.128316.7114
CIE-Lab44.000366.360327.9680

#cc183e color RGB value is (204,24,62).

#cc183e hex color red value is 204, green value is 24 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cc183e hue: 0.96 , saturation: 0.79 and the lightness value of cc183e is 0.45.

The process color (four color CMYK) of #cc183e color hex is 0.00, 0.88, 0.70, 0.20. Web safe color of #cc183e is #cc0033. Color #cc183e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 00111110
Octal 314 30 76
Decimal 204 24 62
Hex CC 18 3E

RGB Percentages of Color #cc183e

%70.34
%8.28
%21.38

CMYK Percentages of Color #cc183e

%0
%88
%70
%20

Triadic Colors of #cc183e

#cc183e #3ecc18 #183ecc

Analogous Colors of #cc183e

#cc183e #cc4c18 #cc1898

Monochromatic Colors of #cc183e

#cc183e

Complementary Color

#cc183e #18cca6

#cc183e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc183e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc183e Color CSS Codes

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

#cc183e Text Font Color

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

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


#cc183e Background Color

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

This div background color is #cc183e


#cc183e Border Color

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

This div border color is #cc183e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc183e


Comments

No comments written yet.

Please login to write comment.