Color Hex Logo

#ea819d Color Hex

#EA819D
(234,129,157)
0 Favorites   0 Comments

Color spaces of #ea819d

RGB 234129157
HSL0.960.710.71
HSV344°45°92°
CMYK 0.000.450.33   0.08
XYZ47.867735.627336.2521
Yxy35.62730.39970.2975
Hunter Lab59.688638.69435.7720
CIE-Lab66.234243.34843.1646

#ea819d color RGB value is (234,129,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 10011101
Octal 352 201 235
Decimal 234 129 157
Hex EA 81 9D

RGB Percentages of Color #ea819d

%45.00
%24.81
%30.19

CMYK Percentages of Color #ea819d

%0
%45
%33
%8

Triadic Colors of #ea819d

#ea819d #9dea81 #819dea

Analogous Colors of #ea819d

#ea819d #ea9a81 #ea81d2

Monochromatic Colors of #ea819d

#ea819d

Complementary Color

#ea819d #81eace

#ea819d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea819d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea819d Color CSS Codes

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

#ea819d Text Font Color

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

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


#ea819d Background Color

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

This div background color is #ea819d


#ea819d Border Color

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

This div border color is #ea819d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea819d


Comments

No comments written yet.

Please login to write comment.