Color Hex Logo

#e98ffe Color Hex

#E98FFE
(233,143,254)
0 Favorites   0 Comments

Color spaces of #e98ffe

RGB 233143254
HSL0.800.980.78
HSV289°44°100°
CMYK 0.080.440.00   0.00
XYZ61.316144.124399.0511
Yxy44.12430.29980.2158
Hunter Lab66.426148.5226-41.9118
CIE-Lab72.311551.3784-41.5281

#e98ffe color RGB value is (233,143,254).

#e98ffe hex color red value is 233, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e98ffe hue: 0.80 , saturation: 0.98 and the lightness value of e98ffe is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 11111110
Octal 351 217 376
Decimal 233 143 254
Hex E9 8F FE

RGB Percentages of Color #e98ffe

%36.98
%22.70
%40.32

CMYK Percentages of Color #e98ffe

%8
%44
%0
%0

Triadic Colors of #e98ffe

#e98ffe #fee98f #8ffee9

Analogous Colors of #e98ffe

#e98ffe #fe8fdc #b28ffe

Monochromatic Colors of #e98ffe

#e98ffe

Complementary Color

#e98ffe #a4fe8f

#e98ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ffe Color CSS Codes

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

#e98ffe Text Font Color

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

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


#e98ffe Background Color

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

This div background color is #e98ffe


#e98ffe Border Color

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

This div border color is #e98ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.