Color Hex Logo

#c8514a Color Hex

#C8514A
(200,81,74)
0 Favorites   0 Comments

Color spaces of #c8514a

RGB 2008174
HSL0.010.530.54
HSV63°78°
CMYK 0.000.600.63   0.22
XYZ27.997918.65868.6044
Yxy18.65860.50660.3376
Hunter Lab43.195640.105218.4266
CIE-Lab50.285446.971528.4595

#c8514a color RGB value is (200,81,74).

#c8514a hex color red value is 200, green value is 81 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c8514a hue: 0.01 , saturation: 0.53 and the lightness value of c8514a is 0.54.

The process color (four color CMYK) of #c8514a color hex is 0.00, 0.60, 0.63, 0.22. Web safe color of #c8514a is #cc6633. Color #c8514a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010001 01001010
Octal 310 121 112
Decimal 200 81 74
Hex C8 51 4A

RGB Percentages of Color #c8514a

%56.34
%22.82
%20.85

CMYK Percentages of Color #c8514a

%0
%60
%63
%22

Triadic Colors of #c8514a

#c8514a #4ac851 #514ac8

Analogous Colors of #c8514a

#c8514a #c8904a #c84a82

Monochromatic Colors of #c8514a

#c8514a

Complementary Color

#c8514a #4ac1c8

#c8514a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8514a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8514a Color CSS Codes

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

#c8514a Text Font Color

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

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


#c8514a Background Color

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

This div background color is #c8514a


#c8514a Border Color

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

This div border color is #c8514a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8514a


Comments

No comments written yet.

Please login to write comment.