Color Hex Logo

#ea737d Color Hex

#EA737D
(234,115,125)
0 Favorites   0 Comments

Color spaces of #ea737d

RGB 234115125
HSL0.990.740.68
HSV355°51°92°
CMYK 0.000.510.47   0.08
XYZ43.764131.234623.1243
Yxy31.23460.44600.3183
Hunter Lab55.887941.973914.5896
CIE-Lab62.705246.850616.3732

#ea737d color RGB value is (234,115,125).

#ea737d hex color red value is 234, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ea737d hue: 0.99 , saturation: 0.74 and the lightness value of ea737d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 01111101
Octal 352 163 175
Decimal 234 115 125
Hex EA 73 7D

RGB Percentages of Color #ea737d

%49.37
%24.26
%26.37

CMYK Percentages of Color #ea737d

%0
%51
%47
%8

Triadic Colors of #ea737d

#ea737d #7dea73 #737dea

Analogous Colors of #ea737d

#ea737d #eaa573 #ea73b9

Monochromatic Colors of #ea737d

#ea737d

Complementary Color

#ea737d #73eae0

#ea737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea737d Color CSS Codes

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

#ea737d Text Font Color

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

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


#ea737d Background Color

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

This div background color is #ea737d


#ea737d Border Color

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

This div border color is #ea737d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,115,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 #ea737d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea737d


Comments

No comments written yet.

Please login to write comment.