Color Hex Logo

#d87261 Color Hex

#D87261
(216,114,97)
0 Favorites   0 Comments

Color spaces of #d87261

RGB 21611497
HSL0.020.600.61
HSV55°85°
CMYK 0.000.470.55   0.15
XYZ36.493927.496614.6932
Yxy27.49660.46380.3495
Hunter Lab52.437232.462820.0926
CIE-Lab59.431238.275927.4692

#d87261 color RGB value is (216,114,97).

#d87261 hex color red value is 216, green value is 114 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d87261 hue: 0.02 , saturation: 0.60 and the lightness value of d87261 is 0.61.

The process color (four color CMYK) of #d87261 color hex is 0.00, 0.47, 0.55, 0.15. Web safe color of #d87261 is #cc6666. Color #d87261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 01100001
Octal 330 162 141
Decimal 216 114 97
Hex D8 72 61

RGB Percentages of Color #d87261

%50.59
%26.70
%22.72

CMYK Percentages of Color #d87261

%0
%47
%55
%15

Triadic Colors of #d87261

#d87261 #61d872 #7261d8

Analogous Colors of #d87261

#d87261 #d8ae61 #d8618c

Monochromatic Colors of #d87261

#d87261

Complementary Color

#d87261 #61c7d8

#d87261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87261 Color CSS Codes

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

#d87261 Text Font Color

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

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


#d87261 Background Color

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

This div background color is #d87261


#d87261 Border Color

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

This div border color is #d87261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87261


Comments

No comments written yet.

Please login to write comment.