Color Hex Logo

#d98ebc Color Hex

#D98EBC
(217,142,188)
0 Favorites   0 Comments

Color spaces of #d98ebc

RGB 217142188
HSL0.900.500.70
HSV323°35°85°
CMYK 0.000.350.13   0.15
XYZ47.365437.728652.3629
Yxy37.72860.34460.2745
Hunter Lab61.423630.1548-7.5475
CIE-Lab67.820135.1161-12.1762

#d98ebc color RGB value is (217,142,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 10111100
Octal 331 216 274
Decimal 217 142 188
Hex D9 8E BC

RGB Percentages of Color #d98ebc

%39.67
%25.96
%34.37

CMYK Percentages of Color #d98ebc

%0
%35
%13
%15

Triadic Colors of #d98ebc

#d98ebc #bcd98e #8ebcd9

Analogous Colors of #d98ebc

#d98ebc #d98e97 #d18ed9

Monochromatic Colors of #d98ebc

#d98ebc

Complementary Color

#d98ebc #8ed9ab

#d98ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ebc Color CSS Codes

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

#d98ebc Text Font Color

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

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


#d98ebc Background Color

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

This div background color is #d98ebc


#d98ebc Border Color

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

This div border color is #d98ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ebc


Comments

No comments written yet.

Please login to write comment.