Color Hex Logo

#e10feb Color Hex

#E10FEB
(225,15,235)
0 Favorites   0 Comments

Color spaces of #e10feb

RGB 22515235
HSL0.830.880.49
HSV297°94°92°
CMYK 0.040.940.00   0.08
XYZ46.217622.347480.4748
Yxy22.34740.31010.1499
Hunter Lab47.273091.7869-67.8406
CIE-Lab54.393789.7604-59.4586

#e10feb color RGB value is (225,15,235).

#e10feb hex color red value is 225, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e10feb hue: 0.83 , saturation: 0.88 and the lightness value of e10feb is 0.49.

The process color (four color CMYK) of #e10feb color hex is 0.04, 0.94, 0.00, 0.08. Web safe color of #e10feb is #cc00ff. Color #e10feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001111 11101011
Octal 341 17 353
Decimal 225 15 235
Hex E1 F EB

RGB Percentages of Color #e10feb

%47.37
%3.16
%49.47

CMYK Percentages of Color #e10feb

%4
%94
%0
%8

Triadic Colors of #e10feb

#e10feb #ebe10f #0febe1

Analogous Colors of #e10feb

#e10feb #eb0f87 #730feb

Monochromatic Colors of #e10feb

#e10feb

Complementary Color

#e10feb #19eb0f

#e10feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10feb Color CSS Codes

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

#e10feb Text Font Color

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

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


#e10feb Background Color

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

This div background color is #e10feb


#e10feb Border Color

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

This div border color is #e10feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10feb


Comments

No comments written yet.

Please login to write comment.