Color Hex Logo

#e091ad Color Hex

#E091AD
(224,145,173)
0 Favorites   0 Comments

Color spaces of #e091ad

RGB 224145173
HSL0.940.560.72
HSV339°35°88°
CMYK 0.000.350.23   0.12
XYZ48.408739.115244.5337
Yxy39.11520.36660.2962
Hunter Lab62.542128.71331.5615
CIE-Lab68.834633.6326-2.1923

#e091ad color RGB value is (224,145,173).

#e091ad hex color red value is 224, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e091ad hue: 0.94 , saturation: 0.56 and the lightness value of e091ad is 0.72.

The process color (four color CMYK) of #e091ad color hex is 0.00, 0.35, 0.23, 0.12. Web safe color of #e091ad is #cc9999. Color #e091ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 10101101
Octal 340 221 255
Decimal 224 145 173
Hex E0 91 AD

RGB Percentages of Color #e091ad

%41.33
%26.75
%31.92

CMYK Percentages of Color #e091ad

%0
%35
%23
%12

Triadic Colors of #e091ad

#e091ad #ade091 #91ade0

Analogous Colors of #e091ad

#e091ad #e09d91 #e091d5

Monochromatic Colors of #e091ad

#e091ad

Complementary Color

#e091ad #91e0c4

#e091ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e091ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e091ad Color CSS Codes

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

#e091ad Text Font Color

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

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


#e091ad Background Color

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

This div background color is #e091ad


#e091ad Border Color

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

This div border color is #e091ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,145,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 #e091ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e091ad


Comments

No comments written yet.

Please login to write comment.