Color Hex Logo

#e082ad Color Hex

#E082AD
(224,130,173)
0 Favorites   0 Comments

Color spaces of #e082ad

RGB 224130173
HSL0.920.600.69
HSV333°42°88°
CMYK 0.000.420.23   0.12
XYZ46.265934.829743.8195
Yxy34.82970.37040.2788
Hunter Lab59.016736.6551-2.7107
CIE-Lab65.615941.5258-6.9440

#e082ad color RGB value is (224,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 10101101
Octal 340 202 255
Decimal 224 130 173
Hex E0 82 AD

RGB Percentages of Color #e082ad

%42.50
%24.67
%32.83

CMYK Percentages of Color #e082ad

%0
%42
%23
%12

Triadic Colors of #e082ad

#e082ad #ade082 #82ade0

Analogous Colors of #e082ad

#e082ad #e08682 #e082dc

Monochromatic Colors of #e082ad

#e082ad

Complementary Color

#e082ad #82e0b5

#e082ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082ad Color CSS Codes

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

#e082ad Text Font Color

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

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


#e082ad Background Color

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

This div background color is #e082ad


#e082ad Border Color

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

This div border color is #e082ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082ad


Comments

No comments written yet.

Please login to write comment.