Color Hex Logo

#ea467a Color Hex

#EA467A
(234,70,122)
0 Favorites   0 Comments

Color spaces of #ea467a

RGB 23470122
HSL0.950.800.60
HSV341°70°92°
CMYK 0.000.700.48   0.08
XYZ39.634723.277920.8165
Yxy23.27790.47340.2780
Hunter Lab48.247262.20398.1920
CIE-Lab55.357465.97517.8141

#ea467a color RGB value is (234,70,122).

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

The process color (four color CMYK) of #ea467a color hex is 0.00, 0.70, 0.48, 0.08. Web safe color of #ea467a is #ff3366. Color #ea467a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 01111010
Octal 352 106 172
Decimal 234 70 122
Hex EA 46 7A

RGB Percentages of Color #ea467a

%54.93
%16.43
%28.64

CMYK Percentages of Color #ea467a

%0
%70
%48
%8

Triadic Colors of #ea467a

#ea467a #7aea46 #467aea

Analogous Colors of #ea467a

#ea467a #ea6446 #ea46cc

Monochromatic Colors of #ea467a

#ea467a

Complementary Color

#ea467a #46eab6

#ea467a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea467a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea467a Color CSS Codes

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

#ea467a Text Font Color

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

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


#ea467a Background Color

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

This div background color is #ea467a


#ea467a Border Color

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

This div border color is #ea467a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea467a


Comments

No comments written yet.

Please login to write comment.