Color Hex Logo

#d959ef Color Hex

#D959EF
(217,89,239)
0 Favorites   0 Comments

Color spaces of #d959ef

RGB 21789239
HSL0.810.820.64
HSV291°63°94°
CMYK 0.090.630.00   0.06
XYZ47.767628.128584.5731
Yxy28.12850.29770.1753
Hunter Lab53.036367.9540-57.4200
CIE-Lab60.004769.9223-52.8034

#d959ef color RGB value is (217,89,239).

#d959ef hex color red value is 217, green value is 89 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d959ef hue: 0.81 , saturation: 0.82 and the lightness value of d959ef is 0.64.

The process color (four color CMYK) of #d959ef color hex is 0.09, 0.63, 0.00, 0.06. Web safe color of #d959ef is #cc66ff. Color #d959ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011001 11101111
Octal 331 131 357
Decimal 217 89 239
Hex D9 59 EF

RGB Percentages of Color #d959ef

%39.82
%16.33
%43.85

CMYK Percentages of Color #d959ef

%9
%63
%0
%6

Triadic Colors of #d959ef

#d959ef #efd959 #59efd9

Analogous Colors of #d959ef

#d959ef #ef59ba #8e59ef

Monochromatic Colors of #d959ef

#d959ef

Complementary Color

#d959ef #6fef59

#d959ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d959ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d959ef Color CSS Codes

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

#d959ef Text Font Color

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

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


#d959ef Background Color

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

This div background color is #d959ef


#d959ef Border Color

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

This div border color is #d959ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d959ef


Comments

No comments written yet.

Please login to write comment.