Color Hex Logo

#e083ad Color Hex

#E083AD
(224,131,173)
0 Favorites   0 Comments

Color spaces of #e083ad

RGB 224131173
HSL0.920.600.70
HSV333°42°88°
CMYK 0.000.420.23   0.12
XYZ46.399635.097043.8640
Yxy35.09700.37010.2800
Hunter Lab59.242736.1285-2.4291
CIE-Lab65.824141.0067-6.6349

#e083ad color RGB value is (224,131,173).

#e083ad hex color red value is 224, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e083ad hue: 0.92 , saturation: 0.60 and the lightness value of e083ad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000011 10101101
Octal 340 203 255
Decimal 224 131 173
Hex E0 83 AD

RGB Percentages of Color #e083ad

%42.42
%24.81
%32.77

CMYK Percentages of Color #e083ad

%0
%42
%23
%12

Triadic Colors of #e083ad

#e083ad #ade083 #83ade0

Analogous Colors of #e083ad

#e083ad #e08883 #e083dc

Monochromatic Colors of #e083ad

#e083ad

Complementary Color

#e083ad #83e0b6

#e083ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e083ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e083ad Color CSS Codes

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

#e083ad Text Font Color

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

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


#e083ad Background Color

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

This div background color is #e083ad


#e083ad Border Color

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

This div border color is #e083ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e083ad


Comments

No comments written yet.

Please login to write comment.