Color Hex Logo

#d98387 Color Hex

#D98387
(217,131,135)
0 Favorites   0 Comments

Color spaces of #d98387

RGB 217131135
HSL0.990.530.68
HSV357°40°85°
CMYK 0.000.400.38   0.15
XYZ41.104732.733627.0734
Yxy32.73360.40730.3244
Hunter Lab57.213328.119511.9932
CIE-Lab63.944633.523612.0712

#d98387 color RGB value is (217,131,135).

#d98387 hex color red value is 217, green value is 131 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d98387 hue: 0.99 , saturation: 0.53 and the lightness value of d98387 is 0.68.

The process color (four color CMYK) of #d98387 color hex is 0.00, 0.40, 0.38, 0.15. Web safe color of #d98387 is #cc9999. Color #d98387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000011 10000111
Octal 331 203 207
Decimal 217 131 135
Hex D9 83 87

RGB Percentages of Color #d98387

%44.93
%27.12
%27.95

CMYK Percentages of Color #d98387

%0
%40
%38
%15

Triadic Colors of #d98387

#d98387 #87d983 #8387d9

Analogous Colors of #d98387

#d98387 #d9aa83 #d983b2

Monochromatic Colors of #d98387

#d98387

Complementary Color

#d98387 #83d9d5

#d98387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98387 Color CSS Codes

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

#d98387 Text Font Color

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

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


#d98387 Background Color

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

This div background color is #d98387


#d98387 Border Color

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

This div border color is #d98387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,131,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d98387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d98387;
  -webkit-box-shadow: 1px 1px 3px 2px #d98387;
  box-shadow:         1px 1px 3px 2px #d98387; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,131,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98387


Comments

No comments written yet.

Please login to write comment.