Color Hex Logo

#e483ac Color Hex

#E483AC
(228,131,172)
0 Favorites   0 Comments

Color spaces of #e483ac

RGB 228131172
HSL0.930.640.70
HSV335°43°89°
CMYK 0.000.430.25   0.11
XYZ47.557635.705143.4149
Yxy35.70510.37540.2819
Hunter Lab59.753737.4979-1.2503
CIE-Lab66.294042.2297-5.3189

#e483ac color RGB value is (228,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 10101100
Octal 344 203 254
Decimal 228 131 172
Hex E4 83 AC

RGB Percentages of Color #e483ac

%42.94
%24.67
%32.39

CMYK Percentages of Color #e483ac

%0
%43
%25
%11

Triadic Colors of #e483ac

#e483ac #ace483 #83ace4

Analogous Colors of #e483ac

#e483ac #e48b83 #e483dd

Monochromatic Colors of #e483ac

#e483ac

Complementary Color

#e483ac #83e4bb

#e483ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e483ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e483ac Color CSS Codes

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

#e483ac Text Font Color

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

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


#e483ac Background Color

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

This div background color is #e483ac


#e483ac Border Color

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

This div border color is #e483ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e483ac


Comments

No comments written yet.

Please login to write comment.