Color Hex Logo

#e50daf Color Hex

#E50DAF
(229,13,175)
0 Favorites   0 Comments

Color spaces of #e50daf

RGB 22913175
HSL0.880.890.47
HSV315°94°90°
CMYK 0.000.940.24   0.10
XYZ40.194920.041042.3072
Yxy20.04100.39200.1954
Hunter Lab44.767281.9264-24.6950
CIE-Lab51.883582.7005-28.9018

#e50daf color RGB value is (229,13,175).

#e50daf hex color red value is 229, green value is 13 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e50daf hue: 0.88 , saturation: 0.89 and the lightness value of e50daf is 0.47.

The process color (four color CMYK) of #e50daf color hex is 0.00, 0.94, 0.24, 0.10. Web safe color of #e50daf is #cc0099. Color #e50daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001101 10101111
Octal 345 15 257
Decimal 229 13 175
Hex E5 D AF

RGB Percentages of Color #e50daf

%54.92
%3.12
%41.97

CMYK Percentages of Color #e50daf

%0
%94
%24
%10

Triadic Colors of #e50daf

#e50daf #afe50d #0dafe5

Analogous Colors of #e50daf

#e50daf #e50d43 #af0de5

Monochromatic Colors of #e50daf

#e50daf

Complementary Color

#e50daf #0de543

#e50daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50daf Color CSS Codes

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

#e50daf Text Font Color

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

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


#e50daf Background Color

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

This div background color is #e50daf


#e50daf Border Color

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

This div border color is #e50daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,13,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e50daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e50daf;
  -webkit-box-shadow: 1px 1px 3px 2px #e50daf;
  box-shadow:         1px 1px 3px 2px #e50daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,13,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50daf


Comments

No comments written yet.

Please login to write comment.