Color Hex Logo

#d88713 Color Hex

#D88713
(216,135,19)
0 Favorites   0 Comments

Color spaces of #d88713

RGB 21613519
HSL0.100.840.46
HSV35°91°85°
CMYK 0.000.380.91   0.15
XYZ37.100431.97394.8323
Yxy31.97390.50200.4326
Hunter Lab56.545518.162234.5150
CIE-Lab63.321323.510365.9509

#d88713 color RGB value is (216,135,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000111 00010011
Octal 330 207 23
Decimal 216 135 19
Hex D8 87 13

RGB Percentages of Color #d88713

%58.38
%36.49
%5.14

CMYK Percentages of Color #d88713

%0
%38
%91
%15

Triadic Colors of #d88713

#d88713 #13d887 #8713d8

Analogous Colors of #d88713

#d88713 #c7d813 #d82513

Monochromatic Colors of #d88713

#d88713

Complementary Color

#d88713 #1364d8

#d88713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88713 Color CSS Codes

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

#d88713 Text Font Color

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

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


#d88713 Background Color

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

This div background color is #d88713


#d88713 Border Color

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

This div border color is #d88713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88713


Comments

No comments written yet.

Please login to write comment.