Color Hex Logo

#c88114 Color Hex

#C88114
(200,129,20)
0 Favorites   0 Comments

Color spaces of #c88114

RGB 20012920
HSL0.100.820.43
HSV36°90°78°
CMYK 0.000.360.90   0.22
XYZ31.795928.03044.3964
Yxy28.03040.49510.4365
Hunter Lab52.943714.548432.1372
CIE-Lab59.916219.869462.2766

#c88114 color RGB value is (200,129,20).

#c88114 hex color red value is 200, green value is 129 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c88114 hue: 0.10 , saturation: 0.82 and the lightness value of c88114 is 0.43.

The process color (four color CMYK) of #c88114 color hex is 0.00, 0.36, 0.90, 0.22. Web safe color of #c88114 is #cc9900. Color #c88114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000001 00010100
Octal 310 201 24
Decimal 200 129 20
Hex C8 81 14

RGB Percentages of Color #c88114

%57.31
%36.96
%5.73

CMYK Percentages of Color #c88114

%0
%36
%90
%22

Triadic Colors of #c88114

#c88114 #14c881 #8114c8

Analogous Colors of #c88114

#c88114 #b5c814 #c82714

Monochromatic Colors of #c88114

#c88114

Complementary Color

#c88114 #145bc8

#c88114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88114 Color CSS Codes

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

#c88114 Text Font Color

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

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


#c88114 Background Color

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

This div background color is #c88114


#c88114 Border Color

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

This div border color is #c88114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88114


Comments

No comments written yet.

Please login to write comment.