Color Hex Logo

#e251ed Color Hex

#E251ED
(226,81,237)
0 Favorites   0 Comments

Color spaces of #e251ed

RGB 22681237
HSL0.820.810.62
HSV296°66°93°
CMYK 0.050.660.00   0.07
XYZ49.592528.168082.9439
Yxy28.16800.30860.1753
Hunter Lab53.073573.9137-55.5076
CIE-Lab60.040274.7682-51.5539

#e251ed color RGB value is (226,81,237).

#e251ed hex color red value is 226, green value is 81 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e251ed hue: 0.82 , saturation: 0.81 and the lightness value of e251ed is 0.62.

The process color (four color CMYK) of #e251ed color hex is 0.05, 0.66, 0.00, 0.07. Web safe color of #e251ed is #cc66ff. Color #e251ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010001 11101101
Octal 342 121 355
Decimal 226 81 237
Hex E2 51 ED

RGB Percentages of Color #e251ed

%41.54
%14.89
%43.57

CMYK Percentages of Color #e251ed

%5
%66
%0
%7

Triadic Colors of #e251ed

#e251ed #ede251 #51ede2

Analogous Colors of #e251ed

#e251ed #ed51aa #9451ed

Monochromatic Colors of #e251ed

#e251ed

Complementary Color

#e251ed #5ced51

#e251ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e251ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e251ed Color CSS Codes

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

#e251ed Text Font Color

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

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


#e251ed Background Color

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

This div background color is #e251ed


#e251ed Border Color

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

This div border color is #e251ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,81,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e251ed


Comments

No comments written yet.

Please login to write comment.