Color Hex Logo

#e082a4 Color Hex

#E082A4
(224,130,164)
0 Favorites   0 Comments

Color spaces of #e082a4

RGB 224130164
HSL0.940.600.69
HSV338°42°88°
CMYK 0.000.420.27   0.12
XYZ45.423934.492939.3856
Yxy34.49290.38070.2891
Hunter Lab58.730735.27811.3508
CIE-Lab65.351940.2628-2.2405

#e082a4 color RGB value is (224,130,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 10100100
Octal 340 202 244
Decimal 224 130 164
Hex E0 82 A4

RGB Percentages of Color #e082a4

%43.24
%25.10
%31.66

CMYK Percentages of Color #e082a4

%0
%42
%27
%12

Triadic Colors of #e082a4

#e082a4 #a4e082 #82a4e0

Analogous Colors of #e082a4

#e082a4 #e08f82 #e082d3

Monochromatic Colors of #e082a4

#e082a4

Complementary Color

#e082a4 #82e0be

#e082a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082a4 Color CSS Codes

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

#e082a4 Text Font Color

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

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


#e082a4 Background Color

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

This div background color is #e082a4


#e082a4 Border Color

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

This div border color is #e082a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082a4


Comments

No comments written yet.

Please login to write comment.