Color Hex Logo

#ea467c Color Hex

#EA467C
(234,70,124)
0 Favorites   0 Comments

Color spaces of #ea467c

RGB 23470124
HSL0.950.800.60
HSV340°70°92°
CMYK 0.000.700.47   0.08
XYZ39.759923.328021.4760
Yxy23.32800.47020.2759
Hunter Lab48.299162.41827.4463
CIE-Lab55.408666.14756.6982

#ea467c color RGB value is (234,70,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 01111100
Octal 352 106 174
Decimal 234 70 124
Hex EA 46 7C

RGB Percentages of Color #ea467c

%54.67
%16.36
%28.97

CMYK Percentages of Color #ea467c

%0
%70
%47
%8

Triadic Colors of #ea467c

#ea467c #7cea46 #467cea

Analogous Colors of #ea467c

#ea467c #ea6246 #ea46ce

Monochromatic Colors of #ea467c

#ea467c

Complementary Color

#ea467c #46eab4

#ea467c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea467c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea467c Color CSS Codes

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

#ea467c Text Font Color

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

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


#ea467c Background Color

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

This div background color is #ea467c


#ea467c Border Color

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

This div border color is #ea467c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea467c


Comments

No comments written yet.

Please login to write comment.