Color Hex Logo

#e40bbf Color Hex

#E40BBF
(228,11,191)
0 Favorites   0 Comments

Color spaces of #e40bbf

RGB 22811191
HSL0.860.910.47
HSV310°95°89°
CMYK 0.000.950.16   0.11
XYZ41.518620.494951.0579
Yxy20.49490.36720.1813
Hunter Lab45.271384.4788-35.1786
CIE-Lab52.392284.5834-37.4633

#e40bbf color RGB value is (228,11,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 00001011 10111111
Octal 344 13 277
Decimal 228 11 191
Hex E4 B BF

RGB Percentages of Color #e40bbf

%53.02
%2.56
%44.42

CMYK Percentages of Color #e40bbf

%0
%95
%16
%11

Triadic Colors of #e40bbf

#e40bbf #bfe40b #0bbfe4

Analogous Colors of #e40bbf

#e40bbf #e40b53 #9d0be4

Monochromatic Colors of #e40bbf

#e40bbf

Complementary Color

#e40bbf #0be430

#e40bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e40bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e40bbf Color CSS Codes

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

#e40bbf Text Font Color

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

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


#e40bbf Background Color

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

This div background color is #e40bbf


#e40bbf Border Color

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

This div border color is #e40bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e40bbf


Comments

No comments written yet.

Please login to write comment.