Color Hex Logo

#cc3853 Color Hex

#CC3853
(204,56,83)
0 Favorites   0 Comments

Color spaces of #cc3853

RGB 2045683
HSL0.970.590.51
HSV349°73°80°
CMYK 0.000.730.59   0.20
XYZ27.877316.29029.8586
Yxy16.29020.51600.3015
Hunter Lab40.361152.657413.7706
CIE-Lab47.352959.132919.4212

#cc3853 color RGB value is (204,56,83).

#cc3853 hex color red value is 204, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cc3853 hue: 0.97 , saturation: 0.59 and the lightness value of cc3853 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 01010011
Octal 314 70 123
Decimal 204 56 83
Hex CC 38 53

RGB Percentages of Color #cc3853

%59.48
%16.33
%24.20

CMYK Percentages of Color #cc3853

%0
%73
%59
%20

Triadic Colors of #cc3853

#cc3853 #53cc38 #3853cc

Analogous Colors of #cc3853

#cc3853 #cc6738 #cc389d

Monochromatic Colors of #cc3853

#cc3853

Complementary Color

#cc3853 #38ccb1

#cc3853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3853 Color CSS Codes

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

#cc3853 Text Font Color

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

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


#cc3853 Background Color

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

This div background color is #cc3853


#cc3853 Border Color

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

This div border color is #cc3853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3853


Comments

No comments written yet.

Please login to write comment.