Color Hex Logo

#e482aa Color Hex

#E482AA
(228,130,170)
0 Favorites   0 Comments

Color spaces of #e482aa

RGB 228130170
HSL0.930.640.70
HSV336°43°89°
CMYK 0.000.430.25   0.11
XYZ47.233235.361542.3662
Yxy35.36150.37800.2830
Hunter Lab59.465537.7170-0.6153
CIE-Lab66.029242.4666-4.5806

#e482aa color RGB value is (228,130,170).

#e482aa hex color red value is 228, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e482aa hue: 0.93 , saturation: 0.64 and the lightness value of e482aa is 0.70.

The process color (four color CMYK) of #e482aa color hex is 0.00, 0.43, 0.25, 0.11. Web safe color of #e482aa is #cc9999. Color #e482aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 10101010
Octal 344 202 252
Decimal 228 130 170
Hex E4 82 AA

RGB Percentages of Color #e482aa

%43.18
%24.62
%32.20

CMYK Percentages of Color #e482aa

%0
%43
%25
%11

Triadic Colors of #e482aa

#e482aa #aae482 #82aae4

Analogous Colors of #e482aa

#e482aa #e48b82 #e482db

Monochromatic Colors of #e482aa

#e482aa

Complementary Color

#e482aa #82e4bc

#e482aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482aa Color CSS Codes

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

#e482aa Text Font Color

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

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


#e482aa Background Color

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

This div background color is #e482aa


#e482aa Border Color

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

This div border color is #e482aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,130,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482aa


Comments

No comments written yet.

Please login to write comment.