Color Hex Logo

#d15eda Color Hex

#D15EDA
(209,94,218)
0 Favorites   0 Comments

Color spaces of #d15eda

RGB 20994218
HSL0.820.630.61
HSV296°57°85°
CMYK 0.040.570.00   0.15
XYZ42.952126.622769.2045
Yxy26.62270.30950.1918
Hunter Lab51.597258.2973-43.4044
CIE-Lab58.623562.0415-43.2965

#d15eda color RGB value is (209,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011110 11011010
Octal 321 136 332
Decimal 209 94 218
Hex D1 5E DA

RGB Percentages of Color #d15eda

%40.12
%18.04
%41.84

CMYK Percentages of Color #d15eda

%4
%57
%0
%15

Triadic Colors of #d15eda

#d15eda #dad15e #5edad1

Analogous Colors of #d15eda

#d15eda #da5ea5 #935eda

Monochromatic Colors of #d15eda

#d15eda

Complementary Color

#d15eda #67da5e

#d15eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15eda Color CSS Codes

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

#d15eda Text Font Color

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

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


#d15eda Background Color

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

This div background color is #d15eda


#d15eda Border Color

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

This div border color is #d15eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15eda


Comments

No comments written yet.

Please login to write comment.