Color Hex Logo

#ea5472 Color Hex

#EA5472
(234,84,114)
0 Favorites   0 Comments

Color spaces of #ea5472

RGB 23484114
HSL0.970.780.62
HSV348°64°92°
CMYK 0.000.640.51   0.08
XYZ40.139325.048018.6388
Yxy25.04800.47880.2988
Hunter Lab50.048055.576012.9529
CIE-Lab57.122259.947115.0234

#ea5472 color RGB value is (234,84,114).

#ea5472 hex color red value is 234, green value is 84 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ea5472 hue: 0.97 , saturation: 0.78 and the lightness value of ea5472 is 0.62.

The process color (four color CMYK) of #ea5472 color hex is 0.00, 0.64, 0.51, 0.08. Web safe color of #ea5472 is #ff6666. Color #ea5472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 01110010
Octal 352 124 162
Decimal 234 84 114
Hex EA 54 72

RGB Percentages of Color #ea5472

%54.17
%19.44
%26.39

CMYK Percentages of Color #ea5472

%0
%64
%51
%8

Triadic Colors of #ea5472

#ea5472 #72ea54 #5472ea

Analogous Colors of #ea5472

#ea5472 #ea8154 #ea54bd

Monochromatic Colors of #ea5472

#ea5472

Complementary Color

#ea5472 #54eacc

#ea5472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea5472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea5472 Color CSS Codes

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

#ea5472 Text Font Color

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

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


#ea5472 Background Color

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

This div background color is #ea5472


#ea5472 Border Color

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

This div border color is #ea5472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea5472


Comments

No comments written yet.

Please login to write comment.