Color Hex Logo

#e262eb Color Hex

#E262EB
(226,98,235)
0 Favorites   0 Comments

Color spaces of #e262eb

RGB 22698235
HSL0.820.770.65
HSV296°58°92°
CMYK 0.040.580.00   0.08
XYZ50.727130.902381.8884
Yxy30.90230.31020.1890
Hunter Lab55.589865.6034-48.4262
CIE-Lab62.425167.5353-46.6640

#e262eb color RGB value is (226,98,235).

#e262eb hex color red value is 226, green value is 98 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e262eb hue: 0.82 , saturation: 0.77 and the lightness value of e262eb is 0.65.

The process color (four color CMYK) of #e262eb color hex is 0.04, 0.58, 0.00, 0.08. Web safe color of #e262eb is #cc66ff. Color #e262eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100010 11101011
Octal 342 142 353
Decimal 226 98 235
Hex E2 62 EB

RGB Percentages of Color #e262eb

%40.43
%17.53
%42.04

CMYK Percentages of Color #e262eb

%4
%58
%0
%8

Triadic Colors of #e262eb

#e262eb #ebe262 #62ebe2

Analogous Colors of #e262eb

#e262eb #eb62b0 #9e62eb

Monochromatic Colors of #e262eb

#e262eb

Complementary Color

#e262eb #6beb62

#e262eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e262eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e262eb Color CSS Codes

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

#e262eb Text Font Color

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

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


#e262eb Background Color

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

This div background color is #e262eb


#e262eb Border Color

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

This div border color is #e262eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e262eb


Comments

No comments written yet.

Please login to write comment.