Color Hex Logo

#ea859d Color Hex

#EA859D
(234,133,157)
0 Favorites   0 Comments

Color spaces of #ea859d

RGB 234133157
HSL0.960.710.72
HSV346°43°92°
CMYK 0.000.430.33   0.08
XYZ48.405036.701836.4312
Yxy36.70180.39830.3020
Hunter Lab60.582036.60296.7532
CIE-Lab67.052741.30314.3480

#ea859d color RGB value is (234,133,157).

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

The process color (four color CMYK) of #ea859d color hex is 0.00, 0.43, 0.33, 0.08. Web safe color of #ea859d is #ff9999. Color #ea859d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000101 10011101
Octal 352 205 235
Decimal 234 133 157
Hex EA 85 9D

RGB Percentages of Color #ea859d

%44.66
%25.38
%29.96

CMYK Percentages of Color #ea859d

%0
%43
%33
%8

Triadic Colors of #ea859d

#ea859d #9dea85 #859dea

Analogous Colors of #ea859d

#ea859d #eaa085 #ea85d0

Monochromatic Colors of #ea859d

#ea859d

Complementary Color

#ea859d #85ead2

#ea859d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea859d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea859d Color CSS Codes

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

#ea859d Text Font Color

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

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


#ea859d Background Color

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

This div background color is #ea859d


#ea859d Border Color

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

This div border color is #ea859d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea859d


Comments

No comments written yet.

Please login to write comment.