Color Hex Logo

#ea34aa Color Hex

#EA34AA
(234,52,170)
0 Favorites   0 Comments

Color spaces of #ea34aa

RGB 23452170
HSL0.890.810.56
HSV321°78°92°
CMYK 0.000.780.27   0.08
XYZ42.415422.850740.2053
Yxy22.85070.40220.2167
Hunter Lab47.802474.7301-16.4055
CIE-Lab54.918276.4075-21.2115

#ea34aa color RGB value is (234,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 10101010
Octal 352 64 252
Decimal 234 52 170
Hex EA 34 AA

RGB Percentages of Color #ea34aa

%51.32
%11.40
%37.28

CMYK Percentages of Color #ea34aa

%0
%78
%27
%8

Triadic Colors of #ea34aa

#ea34aa #aaea34 #34aaea

Analogous Colors of #ea34aa

#ea34aa #ea344f #cf34ea

Monochromatic Colors of #ea34aa

#ea34aa

Complementary Color

#ea34aa #34ea74

#ea34aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea34aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea34aa Color CSS Codes

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

#ea34aa Text Font Color

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

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


#ea34aa Background Color

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

This div background color is #ea34aa


#ea34aa Border Color

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

This div border color is #ea34aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea34aa


Comments

No comments written yet.

Please login to write comment.