Color Hex Logo

#d50eda Color Hex

#D50EDA
(213,14,218)
0 Favorites   0 Comments

Color spaces of #d50eda

RGB 21314218
HSL0.830.880.45
HSV299°94°85°
CMYK 0.020.940.00   0.15
XYZ40.252519.522267.9763
Yxy19.52220.31510.1528
Hunter Lab44.183985.2954-60.2880
CIE-Lab51.292685.4267-54.9125

#d50eda color RGB value is (213,14,218).

#d50eda hex color red value is 213, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d50eda hue: 0.83 , saturation: 0.88 and the lightness value of d50eda is 0.45.

The process color (four color CMYK) of #d50eda color hex is 0.02, 0.94, 0.00, 0.15. Web safe color of #d50eda is #cc00cc. Color #d50eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001110 11011010
Octal 325 16 332
Decimal 213 14 218
Hex D5 E DA

RGB Percentages of Color #d50eda

%47.87
%3.15
%48.99

CMYK Percentages of Color #d50eda

%2
%94
%0
%15

Triadic Colors of #d50eda

#d50eda #dad50e #0edad5

Analogous Colors of #d50eda

#d50eda #da0e79 #6f0eda

Monochromatic Colors of #d50eda

#d50eda

Complementary Color

#d50eda #13da0e

#d50eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50eda Color CSS Codes

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

#d50eda Text Font Color

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

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


#d50eda Background Color

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

This div background color is #d50eda


#d50eda Border Color

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

This div border color is #d50eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50eda


Comments

No comments written yet.

Please login to write comment.