Color Hex Logo

#e31abf Color Hex

#E31ABF
(227,26,191)
0 Favorites   0 Comments

Color spaces of #e31abf

RGB 22726191
HSL0.860.790.50
HSV311°89°89°
CMYK 0.000.890.16   0.11
XYZ41.451920.831351.1263
Yxy20.83130.36550.1837
Hunter Lab45.641382.2432-34.4663
CIE-Lab52.764482.7760-36.8910

#e31abf color RGB value is (227,26,191).

#e31abf hex color red value is 227, green value is 26 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e31abf hue: 0.86 , saturation: 0.79 and the lightness value of e31abf is 0.50.

The process color (four color CMYK) of #e31abf color hex is 0.00, 0.89, 0.16, 0.11. Web safe color of #e31abf is #cc33cc. Color #e31abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011010 10111111
Octal 343 32 277
Decimal 227 26 191
Hex E3 1A BF

RGB Percentages of Color #e31abf

%51.13
%5.86
%43.02

CMYK Percentages of Color #e31abf

%0
%89
%16
%11

Triadic Colors of #e31abf

#e31abf #bfe31a #1abfe3

Analogous Colors of #e31abf

#e31abf #e31a5a #a31ae3

Monochromatic Colors of #e31abf

#e31abf

Complementary Color

#e31abf #1ae33e

#e31abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31abf Color CSS Codes

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

#e31abf Text Font Color

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

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


#e31abf Background Color

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

This div background color is #e31abf


#e31abf Border Color

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

This div border color is #e31abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31abf


Comments

No comments written yet.

Please login to write comment.