Color Hex Logo

#d059ef Color Hex

#D059EF
(208,89,239)
0 Favorites   0 Comments

Color spaces of #d059ef

RGB 20889239
HSL0.800.820.64
HSV288°63°94°
CMYK 0.130.630.00   0.06
XYZ45.164826.786684.4512
Yxy26.78660.28880.1713
Hunter Lab51.755865.1959-60.5159
CIE-Lab58.776367.8615-54.8330

#d059ef color RGB value is (208,89,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 11101111
Octal 320 131 357
Decimal 208 89 239
Hex D0 59 EF

RGB Percentages of Color #d059ef

%38.81
%16.60
%44.59

CMYK Percentages of Color #d059ef

%13
%63
%0
%6

Triadic Colors of #d059ef

#d059ef #efd059 #59efd0

Analogous Colors of #d059ef

#d059ef #ef59c3 #8559ef

Monochromatic Colors of #d059ef

#d059ef

Complementary Color

#d059ef #78ef59

#d059ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d059ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d059ef Color CSS Codes

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

#d059ef Text Font Color

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

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


#d059ef Background Color

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

This div background color is #d059ef


#d059ef Border Color

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

This div border color is #d059ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d059ef


Comments

No comments written yet.

Please login to write comment.