Color Hex Logo

#d059ed Color Hex

#D059ED
(208,89,237)
0 Favorites   0 Comments

Color spaces of #d059ed

RGB 20889237
HSL0.800.800.64
HSV288°62°93°
CMYK 0.120.620.00   0.07
XYZ44.870926.669182.9035
Yxy26.66910.29050.1727
Hunter Lab51.642164.7216-59.0315
CIE-Lab58.666867.4853-53.8923

#d059ed color RGB value is (208,89,237).

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

The process color (four color CMYK) of #d059ed color hex is 0.12, 0.62, 0.00, 0.07. Web safe color of #d059ed is #cc66ff. Color #d059ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 11101101
Octal 320 131 355
Decimal 208 89 237
Hex D0 59 ED

RGB Percentages of Color #d059ed

%38.95
%16.67
%44.38

CMYK Percentages of Color #d059ed

%12
%62
%0
%7

Triadic Colors of #d059ed

#d059ed #edd059 #59edd0

Analogous Colors of #d059ed

#d059ed #ed59c0 #8659ed

Monochromatic Colors of #d059ed

#d059ed

Complementary Color

#d059ed #76ed59

#d059ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d059ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d059ed Color CSS Codes

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

#d059ed Text Font Color

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

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


#d059ed Background Color

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

This div background color is #d059ed


#d059ed Border Color

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

This div border color is #d059ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,89,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d059ed


Comments

No comments written yet.

Please login to write comment.