Color Hex Logo

#e40abf Color Hex

#E40ABF
(228,10,191)
0 Favorites   0 Comments

Color spaces of #e40abf

RGB 22810191
HSL0.860.920.47
HSV310°96°89°
CMYK 0.000.960.16   0.11
XYZ41.507420.472751.0541
Yxy20.47270.36720.1811
Hunter Lab45.246884.5662-35.2270
CIE-Lab52.367584.6558-37.5020

#e40abf color RGB value is (228,10,191).

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

The process color (four color CMYK) of #e40abf color hex is 0.00, 0.96, 0.16, 0.11. Web safe color of #e40abf is #cc00cc. Color #e40abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001010 10111111
Octal 344 12 277
Decimal 228 10 191
Hex E4 A BF

RGB Percentages of Color #e40abf

%53.15
%2.33
%44.52

CMYK Percentages of Color #e40abf

%0
%96
%16
%11

Triadic Colors of #e40abf

#e40abf #bfe40a #0abfe4

Analogous Colors of #e40abf

#e40abf #e40a52 #9c0ae4

Monochromatic Colors of #e40abf

#e40abf

Complementary Color

#e40abf #0ae42f

#e40abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40abf Color CSS Codes

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

#e40abf Text Font Color

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

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


#e40abf Background Color

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

This div background color is #e40abf


#e40abf Border Color

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

This div border color is #e40abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40abf


Comments

No comments written yet.

Please login to write comment.