Color Hex Logo

#e098af Color Hex

#E098AF
(224,152,175)
0 Favorites   0 Comments

Color spaces of #e098af

RGB 224152175
HSL0.950.540.74
HSV341°32°88°
CMYK 0.000.320.22   0.12
XYZ49.706641.398945.9284
Yxy41.39890.36270.3021
Hunter Lab64.342025.29952.7172
CIE-Lab70.454530.1876-0.9333

#e098af color RGB value is (224,152,175).

#e098af hex color red value is 224, green value is 152 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e098af hue: 0.95 , saturation: 0.54 and the lightness value of e098af is 0.74.

The process color (four color CMYK) of #e098af color hex is 0.00, 0.32, 0.22, 0.12. Web safe color of #e098af is #cc9999. Color #e098af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011000 10101111
Octal 340 230 257
Decimal 224 152 175
Hex E0 98 AF

RGB Percentages of Color #e098af

%40.65
%27.59
%31.76

CMYK Percentages of Color #e098af

%0
%32
%22
%12

Triadic Colors of #e098af

#e098af #afe098 #98afe0

Analogous Colors of #e098af

#e098af #e0a598 #e098d3

Monochromatic Colors of #e098af

#e098af

Complementary Color

#e098af #98e0c9

#e098af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e098af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e098af Color CSS Codes

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

#e098af Text Font Color

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

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


#e098af Background Color

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

This div background color is #e098af


#e098af Border Color

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

This div border color is #e098af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,152,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e098af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e098af;
  -webkit-box-shadow: 1px 1px 3px 2px #e098af;
  box-shadow:         1px 1px 3px 2px #e098af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,152,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e098af


Comments

No comments written yet.

Please login to write comment.