Color Hex Logo

#e896ef Color Hex

#E896EF
(232,150,239)
0 Favorites   0 Comments

Color spaces of #e896ef

RGB 232150239
HSL0.820.740.76
HSV295°37°94°
CMYK 0.030.370.00   0.06
XYZ59.765045.200587.2360
Yxy45.20050.31090.2352
Hunter Lab67.231341.0220-29.8698
CIE-Lab73.023744.6344-32.2664

#e896ef color RGB value is (232,150,239).

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

The process color (four color CMYK) of #e896ef color hex is 0.03, 0.37, 0.00, 0.06. Web safe color of #e896ef is #ff99ff. Color #e896ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010110 11101111
Octal 350 226 357
Decimal 232 150 239
Hex E8 96 EF

RGB Percentages of Color #e896ef

%37.36
%24.15
%38.49

CMYK Percentages of Color #e896ef

%3
%37
%0
%6

Triadic Colors of #e896ef

#e896ef #efe896 #96efe8

Analogous Colors of #e896ef

#e896ef #ef96ca #bc96ef

Monochromatic Colors of #e896ef

#e896ef

Complementary Color

#e896ef #9def96

#e896ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e896ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e896ef Color CSS Codes

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

#e896ef Text Font Color

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

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


#e896ef Background Color

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

This div background color is #e896ef


#e896ef Border Color

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

This div border color is #e896ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e896ef


Comments

No comments written yet.

Please login to write comment.