Color Hex Logo

#cc3260 Color Hex

#CC3260
(204,50,96)
0 Favorites   0 Comments

Color spaces of #cc3260

RGB 2045096
HSL0.950.610.50
HSV342°75°80°
CMYK 0.000.750.53   0.20
XYZ28.153815.963112.6636
Yxy15.96310.49580.2811
Hunter Lab39.953855.86229.1754
CIE-Lab46.926062.067810.8679

#cc3260 color RGB value is (204,50,96).

#cc3260 hex color red value is 204, green value is 50 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #cc3260 hue: 0.95 , saturation: 0.61 and the lightness value of cc3260 is 0.50.

The process color (four color CMYK) of #cc3260 color hex is 0.00, 0.75, 0.53, 0.20. Web safe color of #cc3260 is #cc3366. Color #cc3260 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 01100000
Octal 314 62 140
Decimal 204 50 96
Hex CC 32 60

RGB Percentages of Color #cc3260

%58.29
%14.29
%27.43

CMYK Percentages of Color #cc3260

%0
%75
%53
%20

Triadic Colors of #cc3260

#cc3260 #60cc32 #3260cc

Analogous Colors of #cc3260

#cc3260 #cc5132 #cc32ad

Monochromatic Colors of #cc3260

#cc3260

Complementary Color

#cc3260 #32cc9e

#cc3260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3260 Color CSS Codes

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

#cc3260 Text Font Color

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

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


#cc3260 Background Color

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

This div background color is #cc3260


#cc3260 Border Color

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

This div border color is #cc3260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3260


Comments

No comments written yet.

Please login to write comment.