Color Hex Logo

#e98bfd Color Hex

#E98BFD
(233,139,253)
0 Favorites   0 Comments

Color spaces of #e98bfd

RGB 233139253
HSL0.800.970.77
HSV289°45°99°
CMYK 0.080.450.00   0.01
XYZ60.566542.880798.0131
Yxy42.88070.30060.2128
Hunter Lab65.483450.5013-42.9048
CIE-Lab71.473953.2209-42.2929

#e98bfd color RGB value is (233,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001011 11111101
Octal 351 213 375
Decimal 233 139 253
Hex E9 8B FD

RGB Percentages of Color #e98bfd

%37.28
%22.24
%40.48

CMYK Percentages of Color #e98bfd

%8
%45
%0
%1

Triadic Colors of #e98bfd

#e98bfd #fde98b #8bfde9

Analogous Colors of #e98bfd

#e98bfd #fd8bd8 #b08bfd

Monochromatic Colors of #e98bfd

#e98bfd

Complementary Color

#e98bfd #9ffd8b

#e98bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98bfd Color CSS Codes

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

#e98bfd Text Font Color

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

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


#e98bfd Background Color

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

This div background color is #e98bfd


#e98bfd Border Color

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

This div border color is #e98bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.