Color Hex Logo

#d87267 Color Hex

#D87267
(216,114,103)
0 Favorites   0 Comments

Color spaces of #d87267

RGB 216114103
HSL0.020.590.63
HSV52°85°
CMYK 0.000.470.52   0.15
XYZ36.784427.612816.2230
Yxy27.61280.45630.3425
Hunter Lab52.547932.994218.4790
CIE-Lab59.537338.780324.2088

#d87267 color RGB value is (216,114,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 01100111
Octal 330 162 147
Decimal 216 114 103
Hex D8 72 67

RGB Percentages of Color #d87267

%49.88
%26.33
%23.79

CMYK Percentages of Color #d87267

%0
%47
%52
%15

Triadic Colors of #d87267

#d87267 #67d872 #7267d8

Analogous Colors of #d87267

#d87267 #d8ab67 #d86795

Monochromatic Colors of #d87267

#d87267

Complementary Color

#d87267 #67cdd8

#d87267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87267 Color CSS Codes

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

#d87267 Text Font Color

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

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


#d87267 Background Color

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

This div background color is #d87267


#d87267 Border Color

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

This div border color is #d87267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87267


Comments

No comments written yet.

Please login to write comment.