Color Hex Logo

#d98c95 Color Hex

#D98C95
(217,140,149)
0 Favorites   0 Comments

Color spaces of #d98c95

RGB 217140149
HSL0.980.500.70
HSV353°35°85°
CMYK 0.000.350.31   0.15
XYZ43.418235.677833.0319
Yxy35.67780.38720.3182
Hunter Lab59.730925.22209.0235
CIE-Lab66.273030.45227.4639

#d98c95 color RGB value is (217,140,149).

#d98c95 hex color red value is 217, green value is 140 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d98c95 hue: 0.98 , saturation: 0.50 and the lightness value of d98c95 is 0.70.

The process color (four color CMYK) of #d98c95 color hex is 0.00, 0.35, 0.31, 0.15. Web safe color of #d98c95 is #cc9999. Color #d98c95 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 10010101
Octal 331 214 225
Decimal 217 140 149
Hex D9 8C 95

RGB Percentages of Color #d98c95

%42.89
%27.67
%29.45

CMYK Percentages of Color #d98c95

%0
%35
%31
%15

Triadic Colors of #d98c95

#d98c95 #95d98c #8c95d9

Analogous Colors of #d98c95

#d98c95 #d9aa8c #d98cbc

Monochromatic Colors of #d98c95

#d98c95

Complementary Color

#d98c95 #8cd9d0

#d98c95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98c95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98c95 Color CSS Codes

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

#d98c95 Text Font Color

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

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


#d98c95 Background Color

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

This div background color is #d98c95


#d98c95 Border Color

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

This div border color is #d98c95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98c95


Comments

No comments written yet.

Please login to write comment.