Color Hex Logo

#d990ef Color Hex

#D990EF
(217,144,239)
0 Favorites   0 Comments

Color spaces of #d990ef

RGB 217144239
HSL0.790.750.75
HSV286°40°94°
CMYK 0.090.400.00   0.06
XYZ54.168540.930286.7067
Yxy40.93020.29790.2251
Hunter Lab63.976739.1751-35.5712
CIE-Lab70.127043.3090-36.8843

#d990ef color RGB value is (217,144,239).

#d990ef hex color red value is 217, green value is 144 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d990ef hue: 0.79 , saturation: 0.75 and the lightness value of d990ef is 0.75.

The process color (four color CMYK) of #d990ef color hex is 0.09, 0.40, 0.00, 0.06. Web safe color of #d990ef is #cc99ff. Color #d990ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010000 11101111
Octal 331 220 357
Decimal 217 144 239
Hex D9 90 EF

RGB Percentages of Color #d990ef

%36.17
%24.00
%39.83

CMYK Percentages of Color #d990ef

%9
%40
%0
%6

Triadic Colors of #d990ef

#d990ef #efd990 #90efd9

Analogous Colors of #d990ef

#d990ef #ef90d6 #aa90ef

Monochromatic Colors of #d990ef

#d990ef

Complementary Color

#d990ef #a6ef90

#d990ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d990ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d990ef Color CSS Codes

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

#d990ef Text Font Color

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

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


#d990ef Background Color

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

This div background color is #d990ef


#d990ef Border Color

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

This div border color is #d990ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d990ef


Comments

No comments written yet.

Please login to write comment.