Color Hex Logo

#ea8fbe Color Hex

#EA8FBE
(234,143,190)
0 Favorites   0 Comments

Color spaces of #ea8fbe

RGB 234143190
HSL0.910.680.74
HSV329°39°92°
CMYK 0.000.390.19   0.08
XYZ53.048440.855153.8051
Yxy40.85510.35910.2766
Hunter Lab63.918036.2886-5.1667
CIE-Lab70.074340.6590-9.7152

#ea8fbe color RGB value is (234,143,190).

#ea8fbe hex color red value is 234, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ea8fbe hue: 0.91 , saturation: 0.68 and the lightness value of ea8fbe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001111 10111110
Octal 352 217 276
Decimal 234 143 190
Hex EA 8F BE

RGB Percentages of Color #ea8fbe

%41.27
%25.22
%33.51

CMYK Percentages of Color #ea8fbe

%0
%39
%19
%8

Triadic Colors of #ea8fbe

#ea8fbe #beea8f #8fbeea

Analogous Colors of #ea8fbe

#ea8fbe #ea8f91 #e98fea

Monochromatic Colors of #ea8fbe

#ea8fbe

Complementary Color

#ea8fbe #8feabb

#ea8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8fbe Color CSS Codes

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

#ea8fbe Text Font Color

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

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


#ea8fbe Background Color

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

This div background color is #ea8fbe


#ea8fbe Border Color

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

This div border color is #ea8fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8fbe


Comments

No comments written yet.

Please login to write comment.