Color Hex Logo

#cc511b Color Hex

#CC511B
(204,81,27)
0 Favorites   0 Comments

Color spaces of #cc511b

RGB 2048127
HSL0.050.770.45
HSV18°87°80°
CMYK 0.000.600.87   0.20
XYZ28.042118.80143.1880
Yxy18.80140.56050.3758
Hunter Lab43.360639.558325.9932
CIE-Lab50.454046.419552.9331

#cc511b color RGB value is (204,81,27).

#cc511b hex color red value is 204, green value is 81 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cc511b hue: 0.05 , saturation: 0.77 and the lightness value of cc511b is 0.45.

The process color (four color CMYK) of #cc511b color hex is 0.00, 0.60, 0.87, 0.20. Web safe color of #cc511b is #cc6633. Color #cc511b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 00011011
Octal 314 121 33
Decimal 204 81 27
Hex CC 51 1B

RGB Percentages of Color #cc511b

%65.38
%25.96
%8.65

CMYK Percentages of Color #cc511b

%0
%60
%87
%20

Triadic Colors of #cc511b

#cc511b #1bcc51 #511bcc

Analogous Colors of #cc511b

#cc511b #ccaa1b #cc1b3d

Monochromatic Colors of #cc511b

#cc511b

Complementary Color

#cc511b #1b96cc

#cc511b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc511b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc511b Color CSS Codes

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

#cc511b Text Font Color

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

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


#cc511b Background Color

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

This div background color is #cc511b


#cc511b Border Color

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

This div border color is #cc511b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc511b


Comments

No comments written yet.

Please login to write comment.