Color Hex Logo

#e98abe Color Hex

#E98ABE
(233,138,190)
0 Favorites   0 Comments

Color spaces of #e98abe

RGB 233138190
HSL0.910.680.73
HSV327°41°91°
CMYK 0.000.410.18   0.09
XYZ51.987039.218353.5451
Yxy39.21830.35910.2709
Hunter Lab62.624538.5868-6.8569
CIE-Lab68.909142.9172-11.4690

#e98abe color RGB value is (233,138,190).

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

The process color (four color CMYK) of #e98abe color hex is 0.00, 0.41, 0.18, 0.09. Web safe color of #e98abe is #ff99cc. Color #e98abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001010 10111110
Octal 351 212 276
Decimal 233 138 190
Hex E9 8A BE

RGB Percentages of Color #e98abe

%41.53
%24.60
%33.87

CMYK Percentages of Color #e98abe

%0
%41
%18
%9

Triadic Colors of #e98abe

#e98abe #bee98a #8abee9

Analogous Colors of #e98abe

#e98abe #e98a8f #e58ae9

Monochromatic Colors of #e98abe

#e98abe

Complementary Color

#e98abe #8ae9b5

#e98abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98abe Color CSS Codes

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

#e98abe Text Font Color

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

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


#e98abe Background Color

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

This div background color is #e98abe


#e98abe Border Color

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

This div border color is #e98abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98abe


Comments

No comments written yet.

Please login to write comment.