Color Hex Logo

#ea8072 Color Hex

#EA8072
(234,128,114)
0 Favorites   0 Comments

Color spaces of #ea8072

RGB 234128114
HSL0.020.740.68
HSV51°92°
CMYK 0.000.450.51   0.08
XYZ44.688134.145720.1550
Yxy34.14570.45140.3449
Hunter Lab58.434334.249220.4539
CIE-Lab65.078139.321125.8074

#ea8072 color RGB value is (234,128,114).

#ea8072 hex color red value is 234, green value is 128 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ea8072 hue: 0.02 , saturation: 0.74 and the lightness value of ea8072 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 01110010
Octal 352 200 162
Decimal 234 128 114
Hex EA 80 72

RGB Percentages of Color #ea8072

%49.16
%26.89
%23.95

CMYK Percentages of Color #ea8072

%0
%45
%51
%8

Triadic Colors of #ea8072

#ea8072 #72ea80 #8072ea

Analogous Colors of #ea8072

#ea8072 #eabc72 #ea72a0

Monochromatic Colors of #ea8072

#ea8072

Complementary Color

#ea8072 #72dcea

#ea8072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8072 Color CSS Codes

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

#ea8072 Text Font Color

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

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


#ea8072 Background Color

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

This div background color is #ea8072


#ea8072 Border Color

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

This div border color is #ea8072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8072


Comments

No comments written yet.

Please login to write comment.