Color Hex Logo

#cc1445 Color Hex

#CC1445
(204,20,69)
0 Favorites   0 Comments

Color spaces of #cc1445

RGB 2042069
HSL0.960.820.44
HSV344°90°80°
CMYK 0.000.900.66   0.20
XYZ26.226213.76746.9053
Yxy13.76740.55920.2936
Hunter Lab37.104461.234814.9390
CIE-Lab43.897567.334623.5142

#cc1445 color RGB value is (204,20,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010100 01000101
Octal 314 24 105
Decimal 204 20 69
Hex CC 14 45

RGB Percentages of Color #cc1445

%69.62
%6.83
%23.55

CMYK Percentages of Color #cc1445

%0
%90
%66
%20

Triadic Colors of #cc1445

#cc1445 #45cc14 #1445cc

Analogous Colors of #cc1445

#cc1445 #cc3f14 #cc14a1

Monochromatic Colors of #cc1445

#cc1445

Complementary Color

#cc1445 #14cc9b

#cc1445 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1445 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1445 Color CSS Codes

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

#cc1445 Text Font Color

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

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


#cc1445 Background Color

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

This div background color is #cc1445


#cc1445 Border Color

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

This div border color is #cc1445


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1445

#cc1445 Color Palettes


Comments

No comments written yet.

Please login to write comment.