Color Hex Logo

#ea82aa Color Hex

#EA82AA
(234,130,170)
0 Favorites   0 Comments

Color spaces of #ea82aa

RGB 234130170
HSL0.940.710.71
HSV337°44°92°
CMYK 0.000.440.27   0.08
XYZ49.170036.360042.4568
Yxy36.36000.38420.2841
Hunter Lab60.299340.03110.4633
CIE-Lab66.794144.5104-3.3658

#ea82aa color RGB value is (234,130,170).

#ea82aa hex color red value is 234, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea82aa hue: 0.94 , saturation: 0.71 and the lightness value of ea82aa is 0.71.

The process color (four color CMYK) of #ea82aa color hex is 0.00, 0.44, 0.27, 0.08. Web safe color of #ea82aa is #ff9999. Color #ea82aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 10101010
Octal 352 202 252
Decimal 234 130 170
Hex EA 82 AA

RGB Percentages of Color #ea82aa

%43.82
%24.34
%31.84

CMYK Percentages of Color #ea82aa

%0
%44
%27
%8

Triadic Colors of #ea82aa

#ea82aa #aaea82 #82aaea

Analogous Colors of #ea82aa

#ea82aa #ea8e82 #ea82de

Monochromatic Colors of #ea82aa

#ea82aa

Complementary Color

#ea82aa #82eac2

#ea82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea82aa Color CSS Codes

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

#ea82aa Text Font Color

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

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


#ea82aa Background Color

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

This div background color is #ea82aa


#ea82aa Border Color

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

This div border color is #ea82aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea82aa


Comments

No comments written yet.

Please login to write comment.