Color Hex Logo

#cc510f Color Hex

#CC510F
(204,81,15)
0 Favorites   0 Comments

Color spaces of #cc510f

RGB 2048115
HSL0.060.860.43
HSV21°93°80°
CMYK 0.000.600.93   0.20
XYZ27.930518.75672.6002
Yxy18.75670.56670.3806
Hunter Lab43.309039.326026.7566
CIE-Lab50.401346.204556.8908

#cc510f color RGB value is (204,81,15).

#cc510f hex color red value is 204, green value is 81 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cc510f hue: 0.06 , saturation: 0.86 and the lightness value of cc510f is 0.43.

The process color (four color CMYK) of #cc510f color hex is 0.00, 0.60, 0.93, 0.20. Web safe color of #cc510f is #cc6600. Color #cc510f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 00001111
Octal 314 121 17
Decimal 204 81 15
Hex CC 51 F

RGB Percentages of Color #cc510f

%68.00
%27.00
%5.00

CMYK Percentages of Color #cc510f

%0
%60
%93
%20

Triadic Colors of #cc510f

#cc510f #0fcc51 #510fcc

Analogous Colors of #cc510f

#cc510f #ccb00f #cc0f2c

Monochromatic Colors of #cc510f

#cc510f

Complementary Color

#cc510f #0f8acc

#cc510f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc510f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc510f Color CSS Codes

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

#cc510f Text Font Color

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

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


#cc510f Background Color

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

This div background color is #cc510f


#cc510f Border Color

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

This div border color is #cc510f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc510f


Comments

No comments written yet.

Please login to write comment.