Color Hex Logo

#e98fdb Color Hex

#E98FDB
(233,143,219)
0 Favorites   0 Comments

Color spaces of #e98fdb

RGB 233143219
HSL0.860.670.74
HSV309°39°91°
CMYK 0.000.390.06   0.09
XYZ56.212942.083072.1779
Yxy42.08300.32970.2469
Hunter Lab64.871441.1503-20.5579
CIE-Lab70.928145.0069-24.5099

#e98fdb color RGB value is (233,143,219).

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

The process color (four color CMYK) of #e98fdb color hex is 0.00, 0.39, 0.06, 0.09. Web safe color of #e98fdb is #ff99cc. Color #e98fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 11011011
Octal 351 217 333
Decimal 233 143 219
Hex E9 8F DB

RGB Percentages of Color #e98fdb

%39.16
%24.03
%36.81

CMYK Percentages of Color #e98fdb

%0
%39
%6
%9

Triadic Colors of #e98fdb

#e98fdb #dbe98f #8fdbe9

Analogous Colors of #e98fdb

#e98fdb #e98fae #ca8fe9

Monochromatic Colors of #e98fdb

#e98fdb

Complementary Color

#e98fdb #8fe99d

#e98fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98fdb Color CSS Codes

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

#e98fdb Text Font Color

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

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


#e98fdb Background Color

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

This div background color is #e98fdb


#e98fdb Border Color

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

This div border color is #e98fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98fdb


Comments

No comments written yet.

Please login to write comment.