Color Hex Logo

#cc323a Color Hex

#CC323A
(204,50,58)
0 Favorites   0 Comments

Color spaces of #cc323a

RGB 2045058
HSL0.990.610.50
HSV357°75°80°
CMYK 0.000.750.72   0.20
XYZ26.806215.42415.5673
Yxy15.42410.56080.3227
Hunter Lab39.273553.106719.0867
CIE-Lab46.209759.750533.0260

#cc323a color RGB value is (204,50,58).

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

The process color (four color CMYK) of #cc323a color hex is 0.00, 0.75, 0.72, 0.20. Web safe color of #cc323a is #cc3333. Color #cc323a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 00111010
Octal 314 62 72
Decimal 204 50 58
Hex CC 32 3A

RGB Percentages of Color #cc323a

%65.38
%16.03
%18.59

CMYK Percentages of Color #cc323a

%0
%75
%72
%20

Triadic Colors of #cc323a

#cc323a #3acc32 #323acc

Analogous Colors of #cc323a

#cc323a #cc7732 #cc3287

Monochromatic Colors of #cc323a

#cc323a

Complementary Color

#cc323a #32ccc4

#cc323a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc323a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc323a Color CSS Codes

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

#cc323a Text Font Color

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

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


#cc323a Background Color

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

This div background color is #cc323a


#cc323a Border Color

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

This div border color is #cc323a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc323a


Comments

No comments written yet.

Please login to write comment.