Color Hex Logo

#ea819b Color Hex

#EA819B
(234,129,155)
0 Favorites   0 Comments

Color spaces of #ea819b

RGB 234129155
HSL0.960.710.71
HSV345°45°92°
CMYK 0.000.450.34   0.08
XYZ47.698335.559535.3600
Yxy35.55950.40210.2998
Hunter Lab59.631838.42306.5849
CIE-Lab66.182043.10364.2211

#ea819b color RGB value is (234,129,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000001 10011011
Octal 352 201 233
Decimal 234 129 155
Hex EA 81 9B

RGB Percentages of Color #ea819b

%45.17
%24.90
%29.92

CMYK Percentages of Color #ea819b

%0
%45
%34
%8

Triadic Colors of #ea819b

#ea819b #9bea81 #819bea

Analogous Colors of #ea819b

#ea819b #ea9c81 #ea81d0

Monochromatic Colors of #ea819b

#ea819b

Complementary Color

#ea819b #81ead0

#ea819b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea819b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea819b Color CSS Codes

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

#ea819b Text Font Color

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

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


#ea819b Background Color

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

This div background color is #ea819b


#ea819b Border Color

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

This div border color is #ea819b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea819b


Comments

No comments written yet.

Please login to write comment.