Color Hex Logo

#d88413 Color Hex

#D88413
(216,132,19)
0 Favorites   0 Comments

Color spaces of #d88413

RGB 21613219
HSL0.100.840.46
HSV34°91°85°
CMYK 0.000.390.91   0.15
XYZ36.687731.14854.6947
Yxy31.14850.50580.4295
Hunter Lab55.810819.669434.0802
CIE-Lab62.632825.118165.4424

#d88413 color RGB value is (216,132,19).

#d88413 hex color red value is 216, green value is 132 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d88413 hue: 0.10 , saturation: 0.84 and the lightness value of d88413 is 0.46.

The process color (four color CMYK) of #d88413 color hex is 0.00, 0.39, 0.91, 0.15. Web safe color of #d88413 is #cc9900. Color #d88413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 00010011
Octal 330 204 23
Decimal 216 132 19
Hex D8 84 13

RGB Percentages of Color #d88413

%58.86
%35.97
%5.18

CMYK Percentages of Color #d88413

%0
%39
%91
%15

Triadic Colors of #d88413

#d88413 #13d884 #8413d8

Analogous Colors of #d88413

#d88413 #cad813 #d82213

Monochromatic Colors of #d88413

#d88413

Complementary Color

#d88413 #1367d8

#d88413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88413 Color CSS Codes

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

#d88413 Text Font Color

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

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


#d88413 Background Color

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

This div background color is #d88413


#d88413 Border Color

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

This div border color is #d88413


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,132,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d88413; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d88413;
  -webkit-box-shadow: 1px 1px 3px 2px #d88413;
  box-shadow:         1px 1px 3px 2px #d88413; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,132,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88413


Comments

No comments written yet.

Please login to write comment.