Color Hex Logo

#ea738d Color Hex

#EA738D
(234,115,141)
0 Favorites   0 Comments

Color spaces of #ea738d

RGB 234115141
HSL0.960.740.68
HSV347°51°92°
CMYK 0.000.510.40   0.08
XYZ44.870131.677028.9487
Yxy31.67700.42530.3003
Hunter Lab56.282343.81198.9019
CIE-Lab63.075048.48197.7327

#ea738d color RGB value is (234,115,141).

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

The process color (four color CMYK) of #ea738d color hex is 0.00, 0.51, 0.40, 0.08. Web safe color of #ea738d is #ff6699. Color #ea738d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110011 10001101
Octal 352 163 215
Decimal 234 115 141
Hex EA 73 8D

RGB Percentages of Color #ea738d

%47.76
%23.47
%28.78

CMYK Percentages of Color #ea738d

%0
%51
%40
%8

Triadic Colors of #ea738d

#ea738d #8dea73 #738dea

Analogous Colors of #ea738d

#ea738d #ea9573 #ea73c9

Monochromatic Colors of #ea738d

#ea738d

Complementary Color

#ea738d #73ead0

#ea738d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea738d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea738d Color CSS Codes

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

#ea738d Text Font Color

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

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


#ea738d Background Color

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

This div background color is #ea738d


#ea738d Border Color

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

This div border color is #ea738d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea738d


Comments

No comments written yet.

Please login to write comment.