Color Hex Logo

#d98dee Color Hex

#D98DEE
(217,141,238)
0 Favorites   0 Comments

Color spaces of #d98dee

RGB 217141238
HSL0.800.740.74
HSV287°41°93°
CMYK 0.090.410.00   0.07
XYZ53.572839.974585.7812
Yxy39.97450.29870.2229
Hunter Lab63.225440.6041-36.1841
CIE-Lab69.451444.6960-37.3873

#d98dee color RGB value is (217,141,238).

#d98dee hex color red value is 217, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d98dee hue: 0.80 , saturation: 0.74 and the lightness value of d98dee is 0.74.

The process color (four color CMYK) of #d98dee color hex is 0.09, 0.41, 0.00, 0.07. Web safe color of #d98dee is #cc99ff. Color #d98dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001101 11101110
Octal 331 215 356
Decimal 217 141 238
Hex D9 8D EE

RGB Percentages of Color #d98dee

%36.41
%23.66
%39.93

CMYK Percentages of Color #d98dee

%9
%41
%0
%7

Triadic Colors of #d98dee

#d98dee #eed98d #8deed9

Analogous Colors of #d98dee

#d98dee #ee8dd3 #a98dee

Monochromatic Colors of #d98dee

#d98dee

Complementary Color

#d98dee #a2ee8d

#d98dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98dee Color CSS Codes

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

#d98dee Text Font Color

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

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


#d98dee Background Color

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

This div background color is #d98dee


#d98dee Border Color

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

This div border color is #d98dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98dee


Comments

No comments written yet.

Please login to write comment.