Color Hex Logo

#ea28aa Color Hex

#EA28AA
(234,40,170)
0 Favorites   0 Comments

Color spaces of #ea28aa

RGB 23440170
HSL0.890.820.54
HSV320°83°92°
CMYK 0.000.830.27   0.08
XYZ41.946221.912340.0489
Yxy21.91230.40370.2109
Hunter Lab46.810678.0325-17.9583
CIE-Lab53.933879.2364-22.7224

#ea28aa color RGB value is (234,40,170).

#ea28aa hex color red value is 234, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ea28aa hue: 0.89 , saturation: 0.82 and the lightness value of ea28aa is 0.54.

The process color (four color CMYK) of #ea28aa color hex is 0.00, 0.83, 0.27, 0.08. Web safe color of #ea28aa is #ff3399. Color #ea28aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00101000 10101010
Octal 352 50 252
Decimal 234 40 170
Hex EA 28 AA

RGB Percentages of Color #ea28aa

%52.70
%9.01
%38.29

CMYK Percentages of Color #ea28aa

%0
%83
%27
%8

Triadic Colors of #ea28aa

#ea28aa #aaea28 #28aaea

Analogous Colors of #ea28aa

#ea28aa #ea2849 #c928ea

Monochromatic Colors of #ea28aa

#ea28aa

Complementary Color

#ea28aa #28ea68

#ea28aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea28aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea28aa Color CSS Codes

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

#ea28aa Text Font Color

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

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


#ea28aa Background Color

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

This div background color is #ea28aa


#ea28aa Border Color

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

This div border color is #ea28aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea28aa


Comments

No comments written yet.

Please login to write comment.