Color Hex Logo

#ea819e Color Hex

#EA819E
(234,129,158)
0 Favorites   0 Comments

Color spaces of #ea819e

RGB 234129158
HSL0.950.710.71
HSV343°45°92°
CMYK 0.000.450.32   0.08
XYZ47.953535.661636.7037
Yxy35.66160.39860.2964
Hunter Lab59.717338.83165.3611
CIE-Lab66.260543.47232.6369

#ea819e color RGB value is (234,129,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 10011110
Octal 352 201 236
Decimal 234 129 158
Hex EA 81 9E

RGB Percentages of Color #ea819e

%44.91
%24.76
%30.33

CMYK Percentages of Color #ea819e

%0
%45
%32
%8

Triadic Colors of #ea819e

#ea819e #9eea81 #819eea

Analogous Colors of #ea819e

#ea819e #ea9981 #ea81d3

Monochromatic Colors of #ea819e

#ea819e

Complementary Color

#ea819e #81eacd

#ea819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea819e Color CSS Codes

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

#ea819e Text Font Color

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

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


#ea819e Background Color

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

This div background color is #ea819e


#ea819e Border Color

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

This div border color is #ea819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea819e


Comments

No comments written yet.

Please login to write comment.