Color Hex Logo

#ea547d Color Hex

#EA547D
(234,84,125)
0 Favorites   0 Comments

Color spaces of #ea547d

RGB 23484125
HSL0.950.780.62
HSV344°64°92°
CMYK 0.000.640.47   0.08
XYZ40.803725.313722.1375
Yxy25.31370.46230.2868
Hunter Lab50.312756.71659.1314
CIE-Lab57.379860.89508.9136

#ea547d color RGB value is (234,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010100 01111101
Octal 352 124 175
Decimal 234 84 125
Hex EA 54 7D

RGB Percentages of Color #ea547d

%52.82
%18.96
%28.22

CMYK Percentages of Color #ea547d

%0
%64
%47
%8

Triadic Colors of #ea547d

#ea547d #7dea54 #547dea

Analogous Colors of #ea547d

#ea547d #ea7654 #ea54c8

Monochromatic Colors of #ea547d

#ea547d

Complementary Color

#ea547d #54eac1

#ea547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea547d Color CSS Codes

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

#ea547d Text Font Color

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

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


#ea547d Background Color

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

This div background color is #ea547d


#ea547d Border Color

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

This div border color is #ea547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea547d


Comments

No comments written yet.

Please login to write comment.