Color Hex Logo

#d87330 Color Hex

#D87330
(216,115,48)
0 Favorites   0 Comments

Color spaces of #d87330

RGB 21611548
HSL0.070.680.52
HSV24°78°85°
CMYK 0.000.470.78   0.15
XYZ34.983127.07386.1783
Yxy27.07380.51270.3968
Hunter Lab52.032528.954429.3827
CIE-Lab59.042634.865252.5298

#d87330 color RGB value is (216,115,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110011 00110000
Octal 330 163 60
Decimal 216 115 48
Hex D8 73 30

RGB Percentages of Color #d87330

%56.99
%30.34
%12.66

CMYK Percentages of Color #d87330

%0
%47
%78
%15

Triadic Colors of #d87330

#d87330 #30d873 #7330d8

Analogous Colors of #d87330

#d87330 #d8c730 #d83041

Monochromatic Colors of #d87330

#d87330

Complementary Color

#d87330 #3095d8

#d87330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87330 Color CSS Codes

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

#d87330 Text Font Color

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

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


#d87330 Background Color

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

This div background color is #d87330


#d87330 Border Color

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

This div border color is #d87330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87330


Comments

No comments written yet.

Please login to write comment.