Color Hex Logo

#cc353a Color Hex

#CC353A
(204,53,58)
0 Favorites   0 Comments

Color spaces of #cc353a

RGB 2045358
HSL0.990.600.50
HSV358°74°80°
CMYK 0.000.740.72   0.20
XYZ26.938715.68915.6115
Yxy15.68910.55840.3252
Hunter Lab39.609552.082619.3270
CIE-Lab46.563958.762933.4408

#cc353a color RGB value is (204,53,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110101 00111010
Octal 314 65 72
Decimal 204 53 58
Hex CC 35 3A

RGB Percentages of Color #cc353a

%64.76
%16.83
%18.41

CMYK Percentages of Color #cc353a

%0
%74
%72
%20

Triadic Colors of #cc353a

#cc353a #3acc35 #353acc

Analogous Colors of #cc353a

#cc353a #cc7c35 #cc3586

Monochromatic Colors of #cc353a

#cc353a

Complementary Color

#cc353a #35ccc7

#cc353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc353a Color CSS Codes

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

#cc353a Text Font Color

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

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


#cc353a Background Color

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

This div background color is #cc353a


#cc353a Border Color

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

This div border color is #cc353a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc353a


Comments

No comments written yet.

Please login to write comment.