Color Hex Logo

#ea839b Color Hex

#EA839B
(234,131,155)
0 Favorites   0 Comments

Color spaces of #ea839b

RGB 234131155
HSL0.960.710.72
HSV346°44°92°
CMYK 0.000.440.34   0.08
XYZ47.964436.091635.4487
Yxy36.09160.40140.3020
Hunter Lab60.076337.37947.0687
CIE-Lab66.589942.08304.8095

#ea839b color RGB value is (234,131,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000011 10011011
Octal 352 203 233
Decimal 234 131 155
Hex EA 83 9B

RGB Percentages of Color #ea839b

%45.00
%25.19
%29.81

CMYK Percentages of Color #ea839b

%0
%44
%34
%8

Triadic Colors of #ea839b

#ea839b #9bea83 #839bea

Analogous Colors of #ea839b

#ea839b #ea9f83 #ea83cf

Monochromatic Colors of #ea839b

#ea839b

Complementary Color

#ea839b #83ead2

#ea839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea839b Color CSS Codes

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

#ea839b Text Font Color

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

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


#ea839b Background Color

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

This div background color is #ea839b


#ea839b Border Color

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

This div border color is #ea839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea839b


Comments

No comments written yet.

Please login to write comment.