Color Hex Logo

#e50abf Color Hex

#E50ABF
(229,10,191)
0 Favorites   0 Comments

Color spaces of #e50abf

RGB 22910191
HSL0.860.920.47
HSV310°96°90°
CMYK 0.000.960.17   0.10
XYZ41.825620.636751.0690
Yxy20.63670.36840.1818
Hunter Lab45.427684.8481-34.8535
CIE-Lab52.549684.8379-37.2032

#e50abf color RGB value is (229,10,191).

#e50abf hex color red value is 229, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e50abf hue: 0.86 , saturation: 0.92 and the lightness value of e50abf is 0.47.

The process color (four color CMYK) of #e50abf color hex is 0.00, 0.96, 0.17, 0.10. Web safe color of #e50abf is #cc00cc. Color #e50abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001010 10111111
Octal 345 12 277
Decimal 229 10 191
Hex E5 A BF

RGB Percentages of Color #e50abf

%53.26
%2.33
%44.42

CMYK Percentages of Color #e50abf

%0
%96
%17
%10

Triadic Colors of #e50abf

#e50abf #bfe50a #0abfe5

Analogous Colors of #e50abf

#e50abf #e50a51 #9e0ae5

Monochromatic Colors of #e50abf

#e50abf

Complementary Color

#e50abf #0ae530

#e50abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50abf Color CSS Codes

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

#e50abf Text Font Color

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

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


#e50abf Background Color

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

This div background color is #e50abf


#e50abf Border Color

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

This div border color is #e50abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50abf


Comments

No comments written yet.

Please login to write comment.