Color Hex Logo

#cc0348 Color Hex

#CC0348
(204,3,72)
0 Favorites   0 Comments

Color spaces of #cc0348

RGB 204372
HSL0.940.970.41
HSV339°99°80°
CMYK 0.000.990.65   0.20
XYZ26.104113.37047.3358
Yxy13.37040.55770.2856
Hunter Lab36.565663.441213.7011
CIE-Lab43.316169.334620.8877

#cc0348 color RGB value is (204,3,72).

#cc0348 hex color red value is 204, green value is 3 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cc0348 hue: 0.94 , saturation: 0.97 and the lightness value of cc0348 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 01001000
Octal 314 3 110
Decimal 204 3 72
Hex CC 3 48

RGB Percentages of Color #cc0348

%73.12
%1.08
%25.81

CMYK Percentages of Color #cc0348

%0
%99
%65
%20

Triadic Colors of #cc0348

#cc0348 #48cc03 #0348cc

Analogous Colors of #cc0348

#cc0348 #cc2303 #cc03ad

Monochromatic Colors of #cc0348

#cc0348

Complementary Color

#cc0348 #03cc87

#cc0348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0348 Color CSS Codes

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

#cc0348 Text Font Color

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

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


#cc0348 Background Color

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

This div background color is #cc0348


#cc0348 Border Color

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

This div border color is #cc0348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0348


Comments

No comments written yet.

Please login to write comment.