Color Hex Logo

#d059da Color Hex

#D059DA
(208,89,218)
0 Favorites   0 Comments

Color spaces of #d059da

RGB 20889218
HSL0.820.640.60
HSV295°59°85°
CMYK 0.050.590.00   0.15
XYZ42.239725.616669.0479
Yxy25.61660.30850.1871
Hunter Lab50.612860.3973-45.4566
CIE-Lab57.671364.0123-44.8083

#d059da color RGB value is (208,89,218).

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

The process color (four color CMYK) of #d059da color hex is 0.05, 0.59, 0.00, 0.15. Web safe color of #d059da is #cc66cc. Color #d059da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 11011010
Octal 320 131 332
Decimal 208 89 218
Hex D0 59 DA

RGB Percentages of Color #d059da

%40.39
%17.28
%42.33

CMYK Percentages of Color #d059da

%5
%59
%0
%15

Triadic Colors of #d059da

#d059da #dad059 #59dad0

Analogous Colors of #d059da

#d059da #da59a4 #9059da

Monochromatic Colors of #d059da

#d059da

Complementary Color

#d059da #63da59

#d059da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d059da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d059da Color CSS Codes

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

#d059da Text Font Color

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

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


#d059da Background Color

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

This div background color is #d059da


#d059da Border Color

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

This div border color is #d059da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d059da


Comments

No comments written yet.

Please login to write comment.