Color Hex Logo

#e11fbf Color Hex

#E11FBF
(225,31,191)
0 Favorites   0 Comments

Color spaces of #e11fbf

RGB 22531191
HSL0.860.760.50
HSV311°86°88°
CMYK 0.000.860.15   0.12
XYZ40.945320.749151.1371
Yxy20.74910.36290.1839
Hunter Lab45.551280.7365-34.6749
CIE-Lab52.673881.6153-37.0581

#e11fbf color RGB value is (225,31,191).

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

The process color (four color CMYK) of #e11fbf color hex is 0.00, 0.86, 0.15, 0.12. Web safe color of #e11fbf is #cc33cc. Color #e11fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011111 10111111
Octal 341 37 277
Decimal 225 31 191
Hex E1 1F BF

RGB Percentages of Color #e11fbf

%50.34
%6.94
%42.73

CMYK Percentages of Color #e11fbf

%0
%86
%15
%12

Triadic Colors of #e11fbf

#e11fbf #bfe11f #1fbfe1

Analogous Colors of #e11fbf

#e11fbf #e11f5e #a21fe1

Monochromatic Colors of #e11fbf

#e11fbf

Complementary Color

#e11fbf #1fe141

#e11fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11fbf Color CSS Codes

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

#e11fbf Text Font Color

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

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


#e11fbf Background Color

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

This div background color is #e11fbf


#e11fbf Border Color

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

This div border color is #e11fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11fbf


Comments

No comments written yet.

Please login to write comment.