Color Hex Logo

#ea748f Color Hex

#EA748F
(234,116,143)
0 Favorites   0 Comments

Color spaces of #ea748f

RGB 234116143
HSL0.960.740.69
HSV346°50°92°
CMYK 0.000.500.39   0.08
XYZ45.135031.966429.7779
Yxy31.96640.42230.2991
Hunter Lab56.538843.55378.3503
CIE-Lab63.315148.21176.9303

#ea748f color RGB value is (234,116,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110100 10001111
Octal 352 164 217
Decimal 234 116 143
Hex EA 74 8F

RGB Percentages of Color #ea748f

%47.46
%23.53
%29.01

CMYK Percentages of Color #ea748f

%0
%50
%39
%8

Triadic Colors of #ea748f

#ea748f #8fea74 #748fea

Analogous Colors of #ea748f

#ea748f #ea9474 #ea74ca

Monochromatic Colors of #ea748f

#ea748f

Complementary Color

#ea748f #74eacf

#ea748f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea748f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea748f Color CSS Codes

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

#ea748f Text Font Color

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

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


#ea748f Background Color

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

This div background color is #ea748f


#ea748f Border Color

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

This div border color is #ea748f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea748f


Comments

No comments written yet.

Please login to write comment.