Color Hex Logo

#ea469a Color Hex

#EA469A
(234,70,154)
0 Favorites   0 Comments

Color spaces of #ea469a

RGB 23470154
HSL0.910.800.60
HSV329°70°92°
CMYK 0.000.700.34   0.08
XYZ41.954624.205833.0328
Yxy24.20580.42300.2440
Hunter Lab49.199466.1163-5.3681
CIE-Lab56.293369.0919-9.7438

#ea469a color RGB value is (234,70,154).

#ea469a hex color red value is 234, green value is 70 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea469a hue: 0.91 , saturation: 0.80 and the lightness value of ea469a is 0.60.

The process color (four color CMYK) of #ea469a color hex is 0.00, 0.70, 0.34, 0.08. Web safe color of #ea469a is #ff3399. Color #ea469a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 10011010
Octal 352 106 232
Decimal 234 70 154
Hex EA 46 9A

RGB Percentages of Color #ea469a

%51.09
%15.28
%33.62

CMYK Percentages of Color #ea469a

%0
%70
%34
%8

Triadic Colors of #ea469a

#ea469a #9aea46 #469aea

Analogous Colors of #ea469a

#ea469a #ea4648 #e846ea

Monochromatic Colors of #ea469a

#ea469a

Complementary Color

#ea469a #46ea96

#ea469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea469a Color CSS Codes

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

#ea469a Text Font Color

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

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


#ea469a Background Color

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

This div background color is #ea469a


#ea469a Border Color

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

This div border color is #ea469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea469a


Comments

No comments written yet.

Please login to write comment.