Color Hex Logo

#d87230 Color Hex

#D87230
(216,114,48)
0 Favorites   0 Comments

Color spaces of #d87230

RGB 21611448
HSL0.070.680.52
HSV24°78°85°
CMYK 0.000.470.78   0.15
XYZ34.869726.84706.1405
Yxy26.84700.51390.3956
Hunter Lab51.814129.451829.2434
CIE-Lab58.832435.383452.3245

#d87230 color RGB value is (216,114,48).

#d87230 hex color red value is 216, green value is 114 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #d87230 hue: 0.07 , saturation: 0.68 and the lightness value of d87230 is 0.52.

The process color (four color CMYK) of #d87230 color hex is 0.00, 0.47, 0.78, 0.15. Web safe color of #d87230 is #cc6633. Color #d87230 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 00110000
Octal 330 162 60
Decimal 216 114 48
Hex D8 72 30

RGB Percentages of Color #d87230

%57.14
%30.16
%12.70

CMYK Percentages of Color #d87230

%0
%47
%78
%15

Triadic Colors of #d87230

#d87230 #30d872 #7230d8

Analogous Colors of #d87230

#d87230 #d8c630 #d83042

Monochromatic Colors of #d87230

#d87230

Complementary Color

#d87230 #3096d8

#d87230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87230 Color CSS Codes

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

#d87230 Text Font Color

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

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


#d87230 Background Color

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

This div background color is #d87230


#d87230 Border Color

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

This div border color is #d87230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87230


Comments

No comments written yet.

Please login to write comment.