Color Hex Logo

#e98fee Color Hex

#E98FEE
(233,143,238)
0 Favorites   0 Comments

Color spaces of #e98fee

RGB 233143238
HSL0.820.740.75
HSV297°40°93°
CMYK 0.020.400.00   0.07
XYZ58.859343.141686.1139
Yxy43.14160.31290.2293
Hunter Lab65.682345.0137-31.7556
CIE-Lab71.651048.3765-33.8333

#e98fee color RGB value is (233,143,238).

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

The process color (four color CMYK) of #e98fee color hex is 0.02, 0.40, 0.00, 0.07. Web safe color of #e98fee is #ff99ff. Color #e98fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 11101110
Octal 351 217 356
Decimal 233 143 238
Hex E9 8F EE

RGB Percentages of Color #e98fee

%37.95
%23.29
%38.76

CMYK Percentages of Color #e98fee

%2
%40
%0
%7

Triadic Colors of #e98fee

#e98fee #eee98f #8feee9

Analogous Colors of #e98fee

#e98fee #ee8fc4 #ba8fee

Monochromatic Colors of #e98fee

#e98fee

Complementary Color

#e98fee #94ee8f

#e98fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98fee Color CSS Codes

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

#e98fee Text Font Color

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

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


#e98fee Background Color

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

This div background color is #e98fee


#e98fee Border Color

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

This div border color is #e98fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98fee


Comments

No comments written yet.

Please login to write comment.