Color Hex Logo

#d989ef Color Hex

#D989EF
(217,137,239)
0 Favorites   0 Comments

Color spaces of #d989ef

RGB 217137239
HSL0.800.760.74
HSV287°43°94°
CMYK 0.090.430.00   0.06
XYZ53.140938.875086.3642
Yxy38.87500.29790.2179
Hunter Lab62.349843.0238-38.4810
CIE-Lab68.660646.9915-39.1681

#d989ef color RGB value is (217,137,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11101111
Octal 331 211 357
Decimal 217 137 239
Hex D9 89 EF

RGB Percentages of Color #d989ef

%36.59
%23.10
%40.30

CMYK Percentages of Color #d989ef

%9
%43
%0
%6

Triadic Colors of #d989ef

#d989ef #efd989 #89efd9

Analogous Colors of #d989ef

#d989ef #ef89d2 #a689ef

Monochromatic Colors of #d989ef

#d989ef

Complementary Color

#d989ef #9fef89

#d989ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989ef Color CSS Codes

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

#d989ef Text Font Color

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

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


#d989ef Background Color

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

This div background color is #d989ef


#d989ef Border Color

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

This div border color is #d989ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989ef


Comments

No comments written yet.

Please login to write comment.