Color Hex Logo

#cc1848 Color Hex

#CC1848
(204,24,72)
0 Favorites   0 Comments

Color spaces of #cc1848

RGB 2042472
HSL0.960.790.45
HSV344°88°80°
CMYK 0.000.880.65   0.20
XYZ26.398213.95857.4338
Yxy13.95850.55240.2921
Hunter Lab37.361160.740814.3557
CIE-Lab44.173466.855622.0049

#cc1848 color RGB value is (204,24,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 01001000
Octal 314 30 110
Decimal 204 24 72
Hex CC 18 48

RGB Percentages of Color #cc1848

%68.00
%8.00
%24.00

CMYK Percentages of Color #cc1848

%0
%88
%65
%20

Triadic Colors of #cc1848

#cc1848 #48cc18 #1848cc

Analogous Colors of #cc1848

#cc1848 #cc4218 #cc18a2

Monochromatic Colors of #cc1848

#cc1848

Complementary Color

#cc1848 #18cc9c

#cc1848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1848 Color CSS Codes

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

#cc1848 Text Font Color

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

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


#cc1848 Background Color

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

This div background color is #cc1848


#cc1848 Border Color

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

This div border color is #cc1848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1848


Comments

No comments written yet.

Please login to write comment.