Color Hex Logo

#d98ebd Color Hex

#D98EBD
(217,142,189)
0 Favorites   0 Comments

Color spaces of #d98ebd

RGB 217142189
HSL0.900.500.70
HSV322°35°85°
CMYK 0.000.350.13   0.15
XYZ47.473637.771852.9327
Yxy37.77180.34360.2734
Hunter Lab61.458830.3288-8.0437
CIE-Lab67.852135.2799-12.6873

#d98ebd color RGB value is (217,142,189).

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

The process color (four color CMYK) of #d98ebd color hex is 0.00, 0.35, 0.13, 0.15. Web safe color of #d98ebd is #cc99cc. Color #d98ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 10111101
Octal 331 216 275
Decimal 217 142 189
Hex D9 8E BD

RGB Percentages of Color #d98ebd

%39.60
%25.91
%34.49

CMYK Percentages of Color #d98ebd

%0
%35
%13
%15

Triadic Colors of #d98ebd

#d98ebd #bdd98e #8ebdd9

Analogous Colors of #d98ebd

#d98ebd #d98e98 #d08ed9

Monochromatic Colors of #d98ebd

#d98ebd

Complementary Color

#d98ebd #8ed9aa

#d98ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ebd Color CSS Codes

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

#d98ebd Text Font Color

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

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


#d98ebd Background Color

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

This div background color is #d98ebd


#d98ebd Border Color

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

This div border color is #d98ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ebd


Comments

No comments written yet.

Please login to write comment.