Color Hex Logo

#e99df2 Color Hex

#E99DF2
(233,157,242)
0 Favorites   0 Comments

Color spaces of #e99df2

RGB 233157242
HSL0.820.770.78
HSV294°35°95°
CMYK 0.040.350.00   0.05
XYZ61.688347.848489.9887
Yxy47.84840.30920.2398
Hunter Lab69.172538.1350-28.7114
CIE-Lab74.729241.8297-31.2595

#e99df2 color RGB value is (233,157,242).

#e99df2 hex color red value is 233, green value is 157 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #e99df2 hue: 0.82 , saturation: 0.77 and the lightness value of e99df2 is 0.78.

The process color (four color CMYK) of #e99df2 color hex is 0.04, 0.35, 0.00, 0.05. Web safe color of #e99df2 is #ff99ff. Color #e99df2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011101 11110010
Octal 351 235 362
Decimal 233 157 242
Hex E9 9D F2

RGB Percentages of Color #e99df2

%36.87
%24.84
%38.29

CMYK Percentages of Color #e99df2

%4
%35
%0
%5

Triadic Colors of #e99df2

#e99df2 #f2e99d #9df2e9

Analogous Colors of #e99df2

#e99df2 #f29dd1 #bf9df2

Monochromatic Colors of #e99df2

#e99df2

Complementary Color

#e99df2 #a6f29d

#e99df2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99df2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99df2 Color CSS Codes

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

#e99df2 Text Font Color

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

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


#e99df2 Background Color

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

This div background color is #e99df2


#e99df2 Border Color

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

This div border color is #e99df2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,157,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e99df2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e99df2;
  -webkit-box-shadow: 1px 1px 3px 2px #e99df2;
  box-shadow:         1px 1px 3px 2px #e99df2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,157,242, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99df2


Comments

No comments written yet.

Please login to write comment.