Color Hex Logo

#e98ffd Color Hex

#E98FFD
(233,143,253)
0 Favorites   0 Comments

Color spaces of #e98ffd

RGB 233143253
HSL0.800.960.78
HSV289°43°99°
CMYK 0.080.430.00   0.01
XYZ61.156444.060498.2097
Yxy44.06040.30060.2166
Hunter Lab66.378048.2968-41.2580
CIE-Lab72.268851.1869-41.0513

#e98ffd color RGB value is (233,143,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 11111101
Octal 351 217 375
Decimal 233 143 253
Hex E9 8F FD

RGB Percentages of Color #e98ffd

%37.04
%22.73
%40.22

CMYK Percentages of Color #e98ffd

%8
%43
%0
%1

Triadic Colors of #e98ffd

#e98ffd #fde98f #8ffde9

Analogous Colors of #e98ffd

#e98ffd #fd8fda #b28ffd

Monochromatic Colors of #e98ffd

#e98ffd

Complementary Color

#e98ffd #a3fd8f

#e98ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98ffd Color CSS Codes

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

#e98ffd Text Font Color

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

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


#e98ffd Background Color

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

This div background color is #e98ffd


#e98ffd Border Color

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

This div border color is #e98ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.