Color Hex Logo

#d999ea Color Hex

#D999EA
(217,153,234)
0 Favorites   0 Comments

Color spaces of #d999ea

RGB 217153234
HSL0.800.660.76
HSV287°35°92°
CMYK 0.070.350.00   0.08
XYZ54.857843.474783.3420
Yxy43.47470.30200.2393
Hunter Lab65.935333.1240-28.7876
CIE-Lab71.876037.5213-31.4392

#d999ea color RGB value is (217,153,234).

#d999ea hex color red value is 217, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d999ea hue: 0.80 , saturation: 0.66 and the lightness value of d999ea is 0.76.

The process color (four color CMYK) of #d999ea color hex is 0.07, 0.35, 0.00, 0.08. Web safe color of #d999ea is #cc99ff. Color #d999ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011001 11101010
Octal 331 231 352
Decimal 217 153 234
Hex D9 99 EA

RGB Percentages of Color #d999ea

%35.93
%25.33
%38.74

CMYK Percentages of Color #d999ea

%7
%35
%0
%8

Triadic Colors of #d999ea

#d999ea #ead999 #99ead9

Analogous Colors of #d999ea

#d999ea #ea99d3 #b199ea

Monochromatic Colors of #d999ea

#d999ea

Complementary Color

#d999ea #aaea99

#d999ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d999ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d999ea Color CSS Codes

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

#d999ea Text Font Color

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

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


#d999ea Background Color

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

This div background color is #d999ea


#d999ea Border Color

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

This div border color is #d999ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d999ea


Comments

No comments written yet.

Please login to write comment.