Color Hex Logo

#e98bdf Color Hex

#E98BDF
(233,139,223)
0 Favorites   0 Comments

Color spaces of #e98bdf

RGB 233139223
HSL0.850.680.73
HSV306°40°91°
CMYK 0.000.400.04   0.09
XYZ56.156241.116674.7886
Yxy41.11660.32640.2390
Hunter Lab64.122244.1107-24.2670
CIE-Lab70.257547.7561-27.7437

#e98bdf color RGB value is (233,139,223).

#e98bdf hex color red value is 233, green value is 139 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e98bdf hue: 0.85 , saturation: 0.68 and the lightness value of e98bdf is 0.73.

The process color (four color CMYK) of #e98bdf color hex is 0.00, 0.40, 0.04, 0.09. Web safe color of #e98bdf is #ff99cc. Color #e98bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001011 11011111
Octal 351 213 337
Decimal 233 139 223
Hex E9 8B DF

RGB Percentages of Color #e98bdf

%39.16
%23.36
%37.48

CMYK Percentages of Color #e98bdf

%0
%40
%4
%9

Triadic Colors of #e98bdf

#e98bdf #dfe98b #8bdfe9

Analogous Colors of #e98bdf

#e98bdf #e98bb0 #c48be9

Monochromatic Colors of #e98bdf

#e98bdf

Complementary Color

#e98bdf #8be995

#e98bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98bdf Color CSS Codes

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

#e98bdf Text Font Color

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

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


#e98bdf Background Color

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

This div background color is #e98bdf


#e98bdf Border Color

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

This div border color is #e98bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98bdf


Comments

No comments written yet.

Please login to write comment.