Color Hex Logo

#cc383f Color Hex

#CC383F
(204,56,63)
0 Favorites   0 Comments

Color spaces of #cc383f

RGB 2045663
HSL0.990.590.51
HSV357°73°80°
CMYK 0.000.730.69   0.20
XYZ27.213216.02466.3614
Yxy16.02460.54870.3231
Hunter Lab40.030751.291918.5996
CIE-Lab47.006757.966031.0265

#cc383f color RGB value is (204,56,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 00111111
Octal 314 70 77
Decimal 204 56 63
Hex CC 38 3F

RGB Percentages of Color #cc383f

%63.16
%17.34
%19.50

CMYK Percentages of Color #cc383f

%0
%73
%69
%20

Triadic Colors of #cc383f

#cc383f #3fcc38 #383fcc

Analogous Colors of #cc383f

#cc383f #cc7b38 #cc3889

Monochromatic Colors of #cc383f

#cc383f

Complementary Color

#cc383f #38ccc5

#cc383f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc383f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc383f Color CSS Codes

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

#cc383f Text Font Color

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

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


#cc383f Background Color

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

This div background color is #cc383f


#cc383f Border Color

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

This div border color is #cc383f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc383f


Comments

No comments written yet.

Please login to write comment.