Color Hex Logo

#cc153e Color Hex

#CC153E
(204,21,62)
0 Favorites   0 Comments

Color spaces of #cc153e

RGB 2042162
HSL0.960.810.44
HSV347°90°80°
CMYK 0.000.900.70   0.20
XYZ26.039513.72155.8335
Yxy13.72150.57110.3009
Hunter Lab37.042560.654316.5927
CIE-Lab43.830966.847627.7598

#cc153e color RGB value is (204,21,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010101 00111110
Octal 314 25 76
Decimal 204 21 62
Hex CC 15 3E

RGB Percentages of Color #cc153e

%71.08
%7.32
%21.60

CMYK Percentages of Color #cc153e

%0
%90
%70
%20

Triadic Colors of #cc153e

#cc153e #3ecc15 #153ecc

Analogous Colors of #cc153e

#cc153e #cc4715 #cc159a

Monochromatic Colors of #cc153e

#cc153e

Complementary Color

#cc153e #15cca3

#cc153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc153e Color CSS Codes

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

#cc153e Text Font Color

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

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


#cc153e Background Color

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

This div background color is #cc153e


#cc153e Border Color

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

This div border color is #cc153e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,21,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 #cc153e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc153e


Comments

No comments written yet.

Please login to write comment.