Color Hex Logo

#e294ed Color Hex

#E294ED
(226,148,237)
0 Favorites   0 Comments

Color spaces of #e294ed

RGB 226148237
HSL0.810.710.75
HSV293°38°93°
CMYK 0.050.380.00   0.07
XYZ57.240043.463085.4931
Yxy43.46300.30740.2334
Hunter Lab65.926539.6095-30.7384
CIE-Lab71.868143.4960-33.0135

#e294ed color RGB value is (226,148,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010100 11101101
Octal 342 224 355
Decimal 226 148 237
Hex E2 94 ED

RGB Percentages of Color #e294ed

%36.99
%24.22
%38.79

CMYK Percentages of Color #e294ed

%5
%38
%0
%7

Triadic Colors of #e294ed

#e294ed #ede294 #94ede2

Analogous Colors of #e294ed

#e294ed #ed94cc #b694ed

Monochromatic Colors of #e294ed

#e294ed

Complementary Color

#e294ed #9fed94

#e294ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e294ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e294ed Color CSS Codes

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

#e294ed Text Font Color

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

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


#e294ed Background Color

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

This div background color is #e294ed


#e294ed Border Color

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

This div border color is #e294ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e294ed


Comments

No comments written yet.

Please login to write comment.