Color Hex Logo

#d98ebb Color Hex

#D98EBB
(217,142,187)
0 Favorites   0 Comments

Color spaces of #d98ebb

RGB 217142187
HSL0.900.500.70
HSV324°35°85°
CMYK 0.000.350.14   0.15
XYZ47.257937.685651.7970
Yxy37.68560.34560.2756
Hunter Lab61.388629.9820-7.0543
CIE-Lab67.788334.9533-11.6646

#d98ebb color RGB value is (217,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 10111011
Octal 331 216 273
Decimal 217 142 187
Hex D9 8E BB

RGB Percentages of Color #d98ebb

%39.74
%26.01
%34.25

CMYK Percentages of Color #d98ebb

%0
%35
%14
%15

Triadic Colors of #d98ebb

#d98ebb #bbd98e #8ebbd9

Analogous Colors of #d98ebb

#d98ebb #d98e96 #d28ed9

Monochromatic Colors of #d98ebb

#d98ebb

Complementary Color

#d98ebb #8ed9ac

#d98ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ebb Color CSS Codes

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

#d98ebb Text Font Color

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

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


#d98ebb Background Color

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

This div background color is #d98ebb


#d98ebb Border Color

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

This div border color is #d98ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ebb


Comments

No comments written yet.

Please login to write comment.