Color Hex Logo

#d98cee Color Hex

#D98CEE
(217,140,238)
0 Favorites   0 Comments

Color spaces of #d98cee

RGB 217140238
HSL0.800.740.74
HSV287°41°93°
CMYK 0.090.410.00   0.07
XYZ53.426039.680985.7322
Yxy39.68090.29870.2219
Hunter Lab62.992841.1537-36.5978
CIE-Lab69.241645.2224-37.7137

#d98cee color RGB value is (217,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 11101110
Octal 331 214 356
Decimal 217 140 238
Hex D9 8C EE

RGB Percentages of Color #d98cee

%36.47
%23.53
%40.00

CMYK Percentages of Color #d98cee

%9
%41
%0
%7

Triadic Colors of #d98cee

#d98cee #eed98c #8ceed9

Analogous Colors of #d98cee

#d98cee #ee8cd2 #a88cee

Monochromatic Colors of #d98cee

#d98cee

Complementary Color

#d98cee #a1ee8c

#d98cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cee Color CSS Codes

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

#d98cee Text Font Color

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

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


#d98cee Background Color

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

This div background color is #d98cee


#d98cee Border Color

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

This div border color is #d98cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,140,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 #d98cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cee


Comments

No comments written yet.

Please login to write comment.