Color Hex Logo

#e99fea Color Hex

#E99FEA
(233,159,234)
0 Favorites   0 Comments

Color spaces of #e99fea

RGB 233159234
HSL0.830.640.77
HSV299°32°92°
CMYK 0.000.320.00   0.08
XYZ60.853748.060483.9112
Yxy48.06040.31560.2492
Hunter Lab69.325635.3667-23.2362
CIE-Lab74.863039.2918-26.7047

#e99fea color RGB value is (233,159,234).

#e99fea hex color red value is 233, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e99fea hue: 0.83 , saturation: 0.64 and the lightness value of e99fea is 0.77.

The process color (four color CMYK) of #e99fea color hex is 0.00, 0.32, 0.00, 0.08. Web safe color of #e99fea is #ff99ff. Color #e99fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10011111 11101010
Octal 351 237 352
Decimal 233 159 234
Hex E9 9F EA

RGB Percentages of Color #e99fea

%37.22
%25.40
%37.38

CMYK Percentages of Color #e99fea

%0
%32
%0
%8

Triadic Colors of #e99fea

#e99fea #eae99f #9feae9

Analogous Colors of #e99fea

#e99fea #ea9fc6 #c49fea

Monochromatic Colors of #e99fea

#e99fea

Complementary Color

#e99fea #a0ea9f

#e99fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e99fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e99fea Color CSS Codes

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

#e99fea Text Font Color

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

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


#e99fea Background Color

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

This div background color is #e99fea


#e99fea Border Color

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

This div border color is #e99fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e99fea


Comments

No comments written yet.

Please login to write comment.