Color Hex Logo

#e482ac Color Hex

#E482AC
(228,130,172)
0 Favorites   0 Comments

Color spaces of #e482ac

RGB 228130172
HSL0.930.640.70
HSV334°43°89°
CMYK 0.000.430.25   0.11
XYZ47.423935.437843.3704
Yxy35.43780.37570.2807
Hunter Lab59.529738.0239-1.5250
CIE-Lab66.088142.7448-5.6236

#e482ac color RGB value is (228,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 10101100
Octal 344 202 254
Decimal 228 130 172
Hex E4 82 AC

RGB Percentages of Color #e482ac

%43.02
%24.53
%32.45

CMYK Percentages of Color #e482ac

%0
%43
%25
%11

Triadic Colors of #e482ac

#e482ac #ace482 #82ace4

Analogous Colors of #e482ac

#e482ac #e48982 #e482dd

Monochromatic Colors of #e482ac

#e482ac

Complementary Color

#e482ac #82e4ba

#e482ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482ac Color CSS Codes

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

#e482ac Text Font Color

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

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


#e482ac Background Color

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

This div background color is #e482ac


#e482ac Border Color

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

This div border color is #e482ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482ac


Comments

No comments written yet.

Please login to write comment.