Color Hex Logo

#e10bbe Color Hex

#E10BBE
(225,11,190)
0 Favorites   0 Comments

Color spaces of #e10bbe

RGB 22511190
HSL0.860.910.46
HSV310°95°88°
CMYK 0.000.950.16   0.12
XYZ40.465319.964650.4360
Yxy19.96460.36500.1801
Hunter Lab44.681883.4625-35.6483
CIE-Lab51.797283.9125-37.8558

#e10bbe color RGB value is (225,11,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001011 10111110
Octal 341 13 276
Decimal 225 11 190
Hex E1 B BE

RGB Percentages of Color #e10bbe

%52.82
%2.58
%44.60

CMYK Percentages of Color #e10bbe

%0
%95
%16
%12

Triadic Colors of #e10bbe

#e10bbe #bee10b #0bbee1

Analogous Colors of #e10bbe

#e10bbe #e10b53 #990be1

Monochromatic Colors of #e10bbe

#e10bbe

Complementary Color

#e10bbe #0be12e

#e10bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10bbe Color CSS Codes

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

#e10bbe Text Font Color

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

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


#e10bbe Background Color

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

This div background color is #e10bbe


#e10bbe Border Color

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

This div border color is #e10bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,11,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10bbe


Comments

No comments written yet.

Please login to write comment.