Color Hex Logo

#cc510e Color Hex

#CC510E
(204,81,14)
0 Favorites   0 Comments

Color spaces of #cc510e

RGB 2048114
HSL0.060.870.43
HSV21°93°80°
CMYK 0.000.600.93   0.20
XYZ27.923518.75392.5636
Yxy18.75390.56710.3809
Hunter Lab43.305839.311426.8042
CIE-Lab50.398046.191057.1566

#cc510e color RGB value is (204,81,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01010001 00001110
Octal 314 121 16
Decimal 204 81 14
Hex CC 51 E

RGB Percentages of Color #cc510e

%68.23
%27.09
%4.68

CMYK Percentages of Color #cc510e

%0
%60
%93
%20

Triadic Colors of #cc510e

#cc510e #0ecc51 #510ecc

Analogous Colors of #cc510e

#cc510e #ccb00e #cc0e2a

Monochromatic Colors of #cc510e

#cc510e

Complementary Color

#cc510e #0e89cc

#cc510e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc510e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc510e Color CSS Codes

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

#cc510e Text Font Color

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

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


#cc510e Background Color

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

This div background color is #cc510e


#cc510e Border Color

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

This div border color is #cc510e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc510e


Comments

No comments written yet.

Please login to write comment.