Color Hex Logo

#cc5353 Color Hex

#CC5353
(204,83,83)
0 Favorites   0 Comments

Color spaces of #cc5353

RGB 2048383
HSL0.000.540.56
HSV59°80°
CMYK 0.000.590.59   0.20
XYZ29.556419.648410.4183
Yxy19.64840.49570.3295
Hunter Lab44.326541.450317.0933
CIE-Lab51.437348.068024.7949

#cc5353 color RGB value is (204,83,83).

#cc5353 hex color red value is 204, green value is 83 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cc5353 hue: 0.00 , saturation: 0.54 and the lightness value of cc5353 is 0.56.

The process color (four color CMYK) of #cc5353 color hex is 0.00, 0.59, 0.59, 0.20. Web safe color of #cc5353 is #cc6666. Color #cc5353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010011 01010011
Octal 314 123 123
Decimal 204 83 83
Hex CC 53 53

RGB Percentages of Color #cc5353

%55.14
%22.43
%22.43

CMYK Percentages of Color #cc5353

%0
%59
%59
%20

Triadic Colors of #cc5353

#cc5353 #53cc53 #5353cc

Analogous Colors of #cc5353

#cc5353 #cc9053 #cc5390

Monochromatic Colors of #cc5353

#cc5353

Complementary Color

#cc5353 #53cccc

#cc5353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc5353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc5353 Color CSS Codes

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

#cc5353 Text Font Color

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

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


#cc5353 Background Color

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

This div background color is #cc5353


#cc5353 Border Color

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

This div border color is #cc5353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc5353

#cc5353 Color Palettes


Comments

No comments written yet.

Please login to write comment.