Color Hex Logo

#d05eda Color Hex

#D05EDA
(208,94,218)
0 Favorites   0 Comments

Color spaces of #d05eda

RGB 20894218
HSL0.820.630.61
HSV295°57°85°
CMYK 0.050.570.00   0.15
XYZ42.670026.477369.1913
Yxy26.47730.30840.1914
Hunter Lab51.456157.9731-43.7060
CIE-Lab58.487461.7862-43.5202

#d05eda color RGB value is (208,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011110 11011010
Octal 320 136 332
Decimal 208 94 218
Hex D0 5E DA

RGB Percentages of Color #d05eda

%40.00
%18.08
%41.92

CMYK Percentages of Color #d05eda

%5
%57
%0
%15

Triadic Colors of #d05eda

#d05eda #dad05e #5edad0

Analogous Colors of #d05eda

#d05eda #da5ea6 #925eda

Monochromatic Colors of #d05eda

#d05eda

Complementary Color

#d05eda #68da5e

#d05eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05eda Color CSS Codes

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

#d05eda Text Font Color

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

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


#d05eda Background Color

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

This div background color is #d05eda


#d05eda Border Color

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

This div border color is #d05eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05eda

#d05eda Color Palettes


Comments

No comments written yet.

Please login to write comment.