Color Hex Logo

#cc380b Color Hex

#CC380B
(204,56,11)
0 Favorites   0 Comments

Color spaces of #cc380b

RGB 2045611
HSL0.040.900.42
HSV14°95°80°
CMYK 0.000.730.95   0.20
XYZ26.376415.68991.9549
Yxy15.68990.59920.3564
Hunter Lab39.610549.543824.8012
CIE-Lab46.565056.457055.5004

#cc380b color RGB value is (204,56,11).

#cc380b hex color red value is 204, green value is 56 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cc380b hue: 0.04 , saturation: 0.90 and the lightness value of cc380b is 0.42.

The process color (four color CMYK) of #cc380b color hex is 0.00, 0.73, 0.95, 0.20. Web safe color of #cc380b is #cc3300. Color #cc380b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111000 00001011
Octal 314 70 13
Decimal 204 56 11
Hex CC 38 B

RGB Percentages of Color #cc380b

%75.28
%20.66
%4.06

CMYK Percentages of Color #cc380b

%0
%73
%95
%20

Triadic Colors of #cc380b

#cc380b #0bcc38 #380bcc

Analogous Colors of #cc380b

#cc380b #cc990b #cc0b3e

Monochromatic Colors of #cc380b

#cc380b

Complementary Color

#cc380b #0b9fcc

#cc380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc380b Color CSS Codes

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

#cc380b Text Font Color

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

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


#cc380b Background Color

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

This div background color is #cc380b


#cc380b Border Color

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

This div border color is #cc380b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc380b


Comments

No comments written yet.

Please login to write comment.