Color Hex Logo

#e293ef Color Hex

#E293EF
(226,147,239)
0 Favorites   0 Comments

Color spaces of #e293ef

RGB 226147239
HSL0.810.740.76
HSV292°38°94°
CMYK 0.050.380.00   0.06
XYZ57.377743.268286.9888
Yxy43.26820.30580.2306
Hunter Lab65.778640.5905-32.3630
CIE-Lab71.736644.4010-34.3099

#e293ef color RGB value is (226,147,239).

#e293ef hex color red value is 226, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e293ef hue: 0.81 , saturation: 0.74 and the lightness value of e293ef is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 11101111
Octal 342 223 357
Decimal 226 147 239
Hex E2 93 EF

RGB Percentages of Color #e293ef

%36.93
%24.02
%39.05

CMYK Percentages of Color #e293ef

%5
%38
%0
%6

Triadic Colors of #e293ef

#e293ef #efe293 #93efe2

Analogous Colors of #e293ef

#e293ef #ef93ce #b493ef

Monochromatic Colors of #e293ef

#e293ef

Complementary Color

#e293ef #a0ef93

#e293ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e293ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e293ef Color CSS Codes

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

#e293ef Text Font Color

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

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


#e293ef Background Color

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

This div background color is #e293ef


#e293ef Border Color

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

This div border color is #e293ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e293ef


Comments

No comments written yet.

Please login to write comment.