Color Hex Logo

#ea8eb3 Color Hex

#EA8EB3
(234,142,179)
0 Favorites   0 Comments

Color spaces of #ea8eb3

RGB 234142179
HSL0.930.690.74
HSV336°39°92°
CMYK 0.000.390.24   0.08
XYZ51.741440.093147.6595
Yxy40.09310.37090.2874
Hunter Lab63.319135.0534-0.3035
CIE-Lab69.535839.5710-4.3786

#ea8eb3 color RGB value is (234,142,179).

#ea8eb3 hex color red value is 234, green value is 142 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #ea8eb3 hue: 0.93 , saturation: 0.69 and the lightness value of ea8eb3 is 0.74.

The process color (four color CMYK) of #ea8eb3 color hex is 0.00, 0.39, 0.24, 0.08. Web safe color of #ea8eb3 is #ff99cc. Color #ea8eb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001110 10110011
Octal 352 216 263
Decimal 234 142 179
Hex EA 8E B3

RGB Percentages of Color #ea8eb3

%42.16
%25.59
%32.25

CMYK Percentages of Color #ea8eb3

%0
%39
%24
%8

Triadic Colors of #ea8eb3

#ea8eb3 #b3ea8e #8eb3ea

Analogous Colors of #ea8eb3

#ea8eb3 #ea978e #ea8ee1

Monochromatic Colors of #ea8eb3

#ea8eb3

Complementary Color

#ea8eb3 #8eeac5

#ea8eb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8eb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8eb3 Color CSS Codes

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

#ea8eb3 Text Font Color

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

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


#ea8eb3 Background Color

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

This div background color is #ea8eb3


#ea8eb3 Border Color

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

This div border color is #ea8eb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8eb3

#ea8eb3 Color Palettes


Comments

No comments written yet.

Please login to write comment.