Color Hex Logo

#e291ed Color Hex

#E291ED
(226,145,237)
0 Favorites   0 Comments

Color spaces of #e291ed

RGB 226145237
HSL0.810.720.75
HSV293°39°93°
CMYK 0.050.390.00   0.07
XYZ56.775542.534085.3382
Yxy42.53400.30750.2304
Hunter Lab65.218141.2612-31.9286
CIE-Lab71.237545.0686-33.9891

#e291ed color RGB value is (226,145,237).

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

The process color (four color CMYK) of #e291ed color hex is 0.05, 0.39, 0.00, 0.07. Web safe color of #e291ed is #cc99ff. Color #e291ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010001 11101101
Octal 342 221 355
Decimal 226 145 237
Hex E2 91 ED

RGB Percentages of Color #e291ed

%37.17
%23.85
%38.98

CMYK Percentages of Color #e291ed

%5
%39
%0
%7

Triadic Colors of #e291ed

#e291ed #ede291 #91ede2

Analogous Colors of #e291ed

#e291ed #ed91ca #b491ed

Monochromatic Colors of #e291ed

#e291ed

Complementary Color

#e291ed #9ced91

#e291ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e291ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e291ed Color CSS Codes

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

#e291ed Text Font Color

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

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


#e291ed Background Color

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

This div background color is #e291ed


#e291ed Border Color

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

This div border color is #e291ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e291ed


Comments

No comments written yet.

Please login to write comment.