Color Hex Logo

#ea748d Color Hex

#EA748D
(234,116,141)
0 Favorites   0 Comments

Color spaces of #ea748d

RGB 234116141
HSL0.960.740.69
HSV347°50°92°
CMYK 0.000.500.40   0.08
XYZ44.984831.906328.9869
Yxy31.90630.42490.3013
Hunter Lab56.485743.30639.1140
CIE-Lab63.265447.99298.0043

#ea748d color RGB value is (234,116,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 10001101
Octal 352 164 215
Decimal 234 116 141
Hex EA 74 8D

RGB Percentages of Color #ea748d

%47.66
%23.63
%28.72

CMYK Percentages of Color #ea748d

%0
%50
%40
%8

Triadic Colors of #ea748d

#ea748d #8dea74 #748dea

Analogous Colors of #ea748d

#ea748d #ea9674 #ea74c8

Monochromatic Colors of #ea748d

#ea748d

Complementary Color

#ea748d #74ead1

#ea748d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea748d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea748d Color CSS Codes

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

#ea748d Text Font Color

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

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


#ea748d Background Color

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

This div background color is #ea748d


#ea748d Border Color

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

This div border color is #ea748d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea748d


Comments

No comments written yet.

Please login to write comment.