Color Hex Logo

#ea907d Color Hex

#EA907D
(234,144,125)
0 Favorites   0 Comments

Color spaces of #ea907d

RGB 234144125
HSL0.030.720.70
HSV10°47°92°
CMYK 0.000.380.47   0.08
XYZ47.606638.919624.4051
Yxy38.91960.42920.3508
Hunter Lab62.385627.039120.4758
CIE-Lab68.693032.025524.5334

#ea907d color RGB value is (234,144,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10010000 01111101
Octal 352 220 175
Decimal 234 144 125
Hex EA 90 7D

RGB Percentages of Color #ea907d

%46.52
%28.63
%24.85

CMYK Percentages of Color #ea907d

%0
%38
%47
%8

Triadic Colors of #ea907d

#ea907d #7dea90 #907dea

Analogous Colors of #ea907d

#ea907d #eac77d #ea7da1

Monochromatic Colors of #ea907d

#ea907d

Complementary Color

#ea907d #7dd7ea

#ea907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea907d Color CSS Codes

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

#ea907d Text Font Color

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

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


#ea907d Background Color

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

This div background color is #ea907d


#ea907d Border Color

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

This div border color is #ea907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea907d


Comments

No comments written yet.

Please login to write comment.