Color Hex Logo

#e293eb Color Hex

#E293EB
(226,147,235)
0 Favorites   0 Comments

Color spaces of #e293eb

RGB 226147235
HSL0.820.690.75
HSV294°37°92°
CMYK 0.040.370.00   0.08
XYZ56.793143.034383.9104
Yxy43.03430.30910.2342
Hunter Lab65.600539.7339-29.9182
CIE-Lab71.578243.6436-32.3675

#e293eb color RGB value is (226,147,235).

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

The process color (four color CMYK) of #e293eb color hex is 0.04, 0.37, 0.00, 0.08. Web safe color of #e293eb is #cc99ff. Color #e293eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 11101011
Octal 342 223 353
Decimal 226 147 235
Hex E2 93 EB

RGB Percentages of Color #e293eb

%37.17
%24.18
%38.65

CMYK Percentages of Color #e293eb

%4
%37
%0
%8

Triadic Colors of #e293eb

#e293eb #ebe293 #93ebe2

Analogous Colors of #e293eb

#e293eb #eb93c8 #b693eb

Monochromatic Colors of #e293eb

#e293eb

Complementary Color

#e293eb #9ceb93

#e293eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e293eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e293eb Color CSS Codes

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

#e293eb Text Font Color

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

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


#e293eb Background Color

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

This div background color is #e293eb


#e293eb Border Color

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

This div border color is #e293eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e293eb


Comments

No comments written yet.

Please login to write comment.