Color Hex Logo

#e98fa5 Color Hex

#E98FA5
(233,143,165)
0 Favorites   0 Comments

Color spaces of #e98fa5

RGB 233143165
HSL0.960.670.74
HSV345°39°91°
CMYK 0.000.390.29   0.09
XYZ50.218339.685240.6105
Yxy39.68520.38480.3041
Hunter Lab62.996232.05055.8760
CIE-Lab69.244736.77973.0089

#e98fa5 color RGB value is (233,143,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10001111 10100101
Octal 351 217 245
Decimal 233 143 165
Hex E9 8F A5

RGB Percentages of Color #e98fa5

%43.07
%26.43
%30.50

CMYK Percentages of Color #e98fa5

%0
%39
%29
%9

Triadic Colors of #e98fa5

#e98fa5 #a5e98f #8fa5e9

Analogous Colors of #e98fa5

#e98fa5 #e9a68f #e98fd2

Monochromatic Colors of #e98fa5

#e98fa5

Complementary Color

#e98fa5 #8fe9d3

#e98fa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e98fa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e98fa5 Color CSS Codes

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

#e98fa5 Text Font Color

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

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


#e98fa5 Background Color

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

This div background color is #e98fa5


#e98fa5 Border Color

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

This div border color is #e98fa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e98fa5


Comments

No comments written yet.

Please login to write comment.