Color Hex Logo

#d87541 Color Hex

#D87541
(216,117,65)
0 Favorites   0 Comments

Color spaces of #d87541

RGB 21611765
HSL0.060.660.55
HSV21°70°85°
CMYK 0.000.460.70   0.15
XYZ35.634327.70328.4701
Yxy27.70320.49620.3858
Hunter Lab52.633828.739427.3024
CIE-Lab59.619634.587645.0020

#d87541 color RGB value is (216,117,65).

#d87541 hex color red value is 216, green value is 117 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #d87541 hue: 0.06 , saturation: 0.66 and the lightness value of d87541 is 0.55.

The process color (four color CMYK) of #d87541 color hex is 0.00, 0.46, 0.70, 0.15. Web safe color of #d87541 is #cc6633. Color #d87541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 01000001
Octal 330 165 101
Decimal 216 117 65
Hex D8 75 41

RGB Percentages of Color #d87541

%54.27
%29.40
%16.33

CMYK Percentages of Color #d87541

%0
%46
%70
%15

Triadic Colors of #d87541

#d87541 #41d875 #7541d8

Analogous Colors of #d87541

#d87541 #d8c141 #d84159

Monochromatic Colors of #d87541

#d87541

Complementary Color

#d87541 #41a4d8

#d87541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87541 Color CSS Codes

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

#d87541 Text Font Color

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

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


#d87541 Background Color

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

This div background color is #d87541


#d87541 Border Color

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

This div border color is #d87541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87541


Comments

No comments written yet.

Please login to write comment.