Color Hex Logo

#ea907f Color Hex

#EA907F
(234,144,127)
0 Favorites   0 Comments

Color spaces of #ea907f

RGB 234144127
HSL0.030.720.71
HSV10°46°92°
CMYK 0.000.380.46   0.08
XYZ47.735738.971225.0849
Yxy38.97120.42700.3486
Hunter Lab62.426927.245719.8744
CIE-Lab68.730432.222823.4802

#ea907f color RGB value is (234,144,127).

#ea907f hex color red value is 234, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ea907f hue: 0.03 , saturation: 0.72 and the lightness value of ea907f is 0.71.

The process color (four color CMYK) of #ea907f color hex is 0.00, 0.38, 0.46, 0.08. Web safe color of #ea907f is #ff9966. Color #ea907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 01111111
Octal 352 220 177
Decimal 234 144 127
Hex EA 90 7F

RGB Percentages of Color #ea907f

%46.34
%28.51
%25.15

CMYK Percentages of Color #ea907f

%0
%38
%46
%8

Triadic Colors of #ea907f

#ea907f #7fea90 #907fea

Analogous Colors of #ea907f

#ea907f #eac67f #ea7fa4

Monochromatic Colors of #ea907f

#ea907f

Complementary Color

#ea907f #7fd9ea

#ea907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea907f Color CSS Codes

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

#ea907f Text Font Color

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

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


#ea907f Background Color

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

This div background color is #ea907f


#ea907f Border Color

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

This div border color is #ea907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea907f


Comments

No comments written yet.

Please login to write comment.