Color Hex Logo

#e98fad Color Hex

#E98FAD
(233,143,173)
0 Favorites   0 Comments

Color spaces of #e98fad

RGB 233143173
HSL0.940.670.74
HSV340°39°91°
CMYK 0.000.390.26   0.09
XYZ50.969639.985744.5668
Yxy39.98570.37610.2950
Hunter Lab63.234233.21902.4770
CIE-Lab69.459337.8604-1.1520

#e98fad color RGB value is (233,143,173).

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

The process color (four color CMYK) of #e98fad color hex is 0.00, 0.39, 0.26, 0.09. Web safe color of #e98fad is #ff9999. Color #e98fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 10101101
Octal 351 217 255
Decimal 233 143 173
Hex E9 8F AD

RGB Percentages of Color #e98fad

%42.44
%26.05
%31.51

CMYK Percentages of Color #e98fad

%0
%39
%26
%9

Triadic Colors of #e98fad

#e98fad #ade98f #8fade9

Analogous Colors of #e98fad

#e98fad #e99e8f #e98fda

Monochromatic Colors of #e98fad

#e98fad

Complementary Color

#e98fad #8fe9cb

#e98fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98fad Color CSS Codes

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

#e98fad Text Font Color

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

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


#e98fad Background Color

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

This div background color is #e98fad


#e98fad Border Color

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

This div border color is #e98fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98fad


Comments

No comments written yet.

Please login to write comment.