Color Hex Logo

#e98fef Color Hex

#E98FEF
(233,143,239)
0 Favorites   0 Comments

Color spaces of #e98fef

RGB 233143239
HSL0.820.750.75
HSV296°40°94°
CMYK 0.030.400.00   0.06
XYZ59.006743.200686.8899
Yxy43.20060.31200.2285
Hunter Lab65.727245.2262-32.3711
CIE-Lab71.690948.5599-34.3184

#e98fef color RGB value is (233,143,239).

#e98fef hex color red value is 233, green value is 143 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e98fef hue: 0.82 , saturation: 0.75 and the lightness value of e98fef is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 11101111
Octal 351 217 357
Decimal 233 143 239
Hex E9 8F EF

RGB Percentages of Color #e98fef

%37.89
%23.25
%38.86

CMYK Percentages of Color #e98fef

%3
%40
%0
%6

Triadic Colors of #e98fef

#e98fef #efe98f #8fefe9

Analogous Colors of #e98fef

#e98fef #ef8fc5 #b98fef

Monochromatic Colors of #e98fef

#e98fef

Complementary Color

#e98fef #95ef8f

#e98fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98fef Color CSS Codes

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

#e98fef Text Font Color

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

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


#e98fef Background Color

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

This div background color is #e98fef


#e98fef Border Color

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

This div border color is #e98fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98fef


Comments

No comments written yet.

Please login to write comment.