color codes Logo

#c8430e color codes

#C8430E
(200,67,14)
0 Favorites   0 Comments

Color spaces of #c8430e

RGB 2006714
HSL0.050.870.42
HSV17°93°78°
CMYK 0.000.670.93   0.22
XYZ25.905816.32542.2012
Yxy16.32540.58300.3674
Hunter Lab40.404743.738525.0532
CIE-Lab47.398550.912954.8246

#c8430e color RGB value is (200,67,14).

#c8430e hex color red value is 200, green value is 67 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8430e hue: 0.05 , saturation: 0.87 and the lightness value of c8430e is 0.42.

The process color (four color CMYK) of #c8430e color code is 0.00, 0.67, 0.93, 0.22. Web safe color of #c8430e is #cc3300. Color #c8430e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000011 00001110
Octal 310 103 16
Decimal 200 67 14
Hex C8 43 E

RGB Percentages of Color #c8430e

%71.17
%23.84
%4.98

CMYK Percentages of Color #c8430e

%0
%67
%93
%22

Triadic Colors of #c8430e

#c8430e #0ec843 #430ec8

Analogous Colors of #c8430e

#c8430e #c8a00e #c80e36

Monochromatic Colors of #c8430e

#c8430e

Complementary Color

#c8430e #0e93c8

#c8430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8430e Color CSS Codes

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

#c8430e Text Font Color

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

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


#c8430e Background Color

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

This div background color is #c8430e


#c8430e Border Color

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

This div border color is #c8430e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,67,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 #c8430e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8430e


Comments

No comments written yet.

Please login to write comment.