Color Hex Logo

#e10bee Color Hex

#E10BEE
(225,11,238)
0 Favorites   0 Comments

Color spaces of #e10bee

RGB 22511238
HSL0.820.910.49
HSV297°95°93°
CMYK 0.050.950.00   0.07
XYZ46.603622.419982.7601
Yxy22.41990.30700.1477
Hunter Lab47.349792.8256-70.4853
CIE-Lab54.469790.5242-61.0232

#e10bee color RGB value is (225,11,238).

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

The process color (four color CMYK) of #e10bee color hex is 0.05, 0.95, 0.00, 0.07. Web safe color of #e10bee is #cc00ff. Color #e10bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001011 11101110
Octal 341 13 356
Decimal 225 11 238
Hex E1 B EE

RGB Percentages of Color #e10bee

%47.47
%2.32
%50.21

CMYK Percentages of Color #e10bee

%5
%95
%0
%7

Triadic Colors of #e10bee

#e10bee #eee10b #0beee1

Analogous Colors of #e10bee

#e10bee #ee0b8a #700bee

Monochromatic Colors of #e10bee

#e10bee

Complementary Color

#e10bee #18ee0b

#e10bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10bee Color CSS Codes

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

#e10bee Text Font Color

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

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


#e10bee Background Color

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

This div background color is #e10bee


#e10bee Border Color

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

This div border color is #e10bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10bee


Comments

No comments written yet.

Please login to write comment.