Color Hex Logo

#e295ef Color Hex

#E295EF
(226,149,239)
0 Favorites   0 Comments

Color spaces of #e295ef

RGB 226149239
HSL0.810.740.76
HSV291°38°94°
CMYK 0.050.380.00   0.06
XYZ57.691543.895687.0934
Yxy43.89560.30580.2326
Hunter Lab66.253839.4876-31.5616
CIE-Lab72.158743.3508-33.6566

#e295ef color RGB value is (226,149,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010101 11101111
Octal 342 225 357
Decimal 226 149 239
Hex E2 95 EF

RGB Percentages of Color #e295ef

%36.81
%24.27
%38.93

CMYK Percentages of Color #e295ef

%5
%38
%0
%6

Triadic Colors of #e295ef

#e295ef #efe295 #95efe2

Analogous Colors of #e295ef

#e295ef #ef95cf #b595ef

Monochromatic Colors of #e295ef

#e295ef

Complementary Color

#e295ef #a2ef95

#e295ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e295ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e295ef Color CSS Codes

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

#e295ef Text Font Color

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

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


#e295ef Background Color

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

This div background color is #e295ef


#e295ef Border Color

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

This div border color is #e295ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e295ef


Comments

No comments written yet.

Please login to write comment.