Color Hex Logo

#e214eb Color Hex

#E214EB
(226,20,235)
0 Favorites   0 Comments

Color spaces of #e214eb

RGB 22620235
HSL0.830.840.50
HSV297°91°92°
CMYK 0.040.910.00   0.08
XYZ46.609622.667280.5159
Yxy22.66720.31120.1513
Hunter Lab47.610191.4313-66.9414
CIE-Lab54.727989.4284-58.9132

#e214eb color RGB value is (226,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 11101011
Octal 342 24 353
Decimal 226 20 235
Hex E2 14 EB

RGB Percentages of Color #e214eb

%46.99
%4.16
%48.86

CMYK Percentages of Color #e214eb

%4
%91
%0
%8

Triadic Colors of #e214eb

#e214eb #ebe214 #14ebe2

Analogous Colors of #e214eb

#e214eb #eb1489 #7714eb

Monochromatic Colors of #e214eb

#e214eb

Complementary Color

#e214eb #1deb14

#e214eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e214eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e214eb Color CSS Codes

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

#e214eb Text Font Color

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

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


#e214eb Background Color

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

This div background color is #e214eb


#e214eb Border Color

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

This div border color is #e214eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e214eb


Comments

No comments written yet.

Please login to write comment.