Color Hex Logo

#ea82ba Color Hex

#EA82BA
(234,130,186)
0 Favorites   0 Comments

Color spaces of #ea82ba

RGB 234130186
HSL0.910.710.71
HSV328°44°92°
CMYK 0.000.440.21   0.08
XYZ50.777237.002950.9204
Yxy37.00290.36610.2668
Hunter Lab60.830042.5485-7.0503
CIE-Lab67.279246.7458-11.6565

#ea82ba color RGB value is (234,130,186).

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

The process color (four color CMYK) of #ea82ba color hex is 0.00, 0.44, 0.21, 0.08. Web safe color of #ea82ba is #ff99cc. Color #ea82ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000010 10111010
Octal 352 202 272
Decimal 234 130 186
Hex EA 82 BA

RGB Percentages of Color #ea82ba

%42.55
%23.64
%33.82

CMYK Percentages of Color #ea82ba

%0
%44
%21
%8

Triadic Colors of #ea82ba

#ea82ba #baea82 #82baea

Analogous Colors of #ea82ba

#ea82ba #ea8286 #e682ea

Monochromatic Colors of #ea82ba

#ea82ba

Complementary Color

#ea82ba #82eab2

#ea82ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea82ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea82ba Color CSS Codes

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

#ea82ba Text Font Color

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

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


#ea82ba Background Color

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

This div background color is #ea82ba


#ea82ba Border Color

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

This div border color is #ea82ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea82ba


Comments

No comments written yet.

Please login to write comment.