Color Hex Logo

#ea807d Color Hex

#EA807D
(234,128,125)
0 Favorites   0 Comments

Color spaces of #ea807d

RGB 234128125
HSL0.000.720.70
HSV47°92°
CMYK 0.000.450.47   0.08
XYZ45.352534.411423.6538
Yxy34.41140.43850.3327
Hunter Lab58.661235.345817.1555
CIE-Lab65.287840.334319.9221

#ea807d color RGB value is (234,128,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 01111101
Octal 352 200 175
Decimal 234 128 125
Hex EA 80 7D

RGB Percentages of Color #ea807d

%48.05
%26.28
%25.67

CMYK Percentages of Color #ea807d

%0
%45
%47
%8

Triadic Colors of #ea807d

#ea807d #7dea80 #807dea

Analogous Colors of #ea807d

#ea807d #eab77d #ea7db1

Monochromatic Colors of #ea807d

#ea807d

Complementary Color

#ea807d #7de7ea

#ea807d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea807d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea807d Color CSS Codes

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

#ea807d Text Font Color

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

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


#ea807d Background Color

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

This div background color is #ea807d


#ea807d Border Color

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

This div border color is #ea807d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea807d


Comments

No comments written yet.

Please login to write comment.