Color Hex Logo

#e114eb Color Hex

#E114EB
(225,20,235)
0 Favorites   0 Comments

Color spaces of #e114eb

RGB 22520235
HSL0.830.840.50
HSV297°91°92°
CMYK 0.040.910.00   0.08
XYZ46.296922.506080.5012
Yxy22.50600.31010.1507
Hunter Lab47.440591.1763-67.4002
CIE-Lab54.559889.2690-59.1919

#e114eb color RGB value is (225,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 11101011
Octal 341 24 353
Decimal 225 20 235
Hex E1 14 EB

RGB Percentages of Color #e114eb

%46.88
%4.17
%48.96

CMYK Percentages of Color #e114eb

%4
%91
%0
%8

Triadic Colors of #e114eb

#e114eb #ebe114 #14ebe1

Analogous Colors of #e114eb

#e114eb #eb148a #7614eb

Monochromatic Colors of #e114eb

#e114eb

Complementary Color

#e114eb #1eeb14

#e114eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114eb Color CSS Codes

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

#e114eb Text Font Color

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

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


#e114eb Background Color

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

This div background color is #e114eb


#e114eb Border Color

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

This div border color is #e114eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114eb


Comments

No comments written yet.

Please login to write comment.