Color Hex Logo

#cc382f Color Hex

#CC382F
(204,56,47)
0 Favorites   0 Comments

Color spaces of #cc382f

RGB 2045647
HSL0.010.630.49
HSV77°80°
CMYK 0.000.730.77   0.20
XYZ26.829115.87104.3387
Yxy15.87100.57040.3374
Hunter Lab39.838450.493221.4298
CIE-Lab46.804857.278739.9722

#cc382f color RGB value is (204,56,47).

#cc382f hex color red value is 204, green value is 56 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cc382f hue: 0.01 , saturation: 0.63 and the lightness value of cc382f is 0.49.

The process color (four color CMYK) of #cc382f color hex is 0.00, 0.73, 0.77, 0.20. Web safe color of #cc382f is #cc3333. Color #cc382f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 00101111
Octal 314 70 57
Decimal 204 56 47
Hex CC 38 2F

RGB Percentages of Color #cc382f

%66.45
%18.24
%15.31

CMYK Percentages of Color #cc382f

%0
%73
%77
%20

Triadic Colors of #cc382f

#cc382f #2fcc38 #382fcc

Analogous Colors of #cc382f

#cc382f #cc872f #cc2f75

Monochromatic Colors of #cc382f

#cc382f

Complementary Color

#cc382f #2fc3cc

#cc382f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc382f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc382f Color CSS Codes

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

#cc382f Text Font Color

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

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


#cc382f Background Color

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

This div background color is #cc382f


#cc382f Border Color

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

This div border color is #cc382f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc382f


Comments

No comments written yet.

Please login to write comment.