Color Hex Logo

#ea8bec Color Hex

#EA8BEC
(234,139,236)
0 Favorites   0 Comments

Color spaces of #ea8bec

RGB 234139236
HSL0.830.720.74
HSV299°41°93°
CMYK 0.010.410.00   0.07
XYZ58.304642.013884.3934
Yxy42.01380.31570.2275
Hunter Lab64.818147.1313-31.8232
CIE-Lab70.880450.3548-33.9218

#ea8bec color RGB value is (234,139,236).

#ea8bec hex color red value is 234, green value is 139 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ea8bec hue: 0.83 , saturation: 0.72 and the lightness value of ea8bec is 0.74.

The process color (four color CMYK) of #ea8bec color hex is 0.01, 0.41, 0.00, 0.07. Web safe color of #ea8bec is #ff99ff. Color #ea8bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001011 11101100
Octal 352 213 354
Decimal 234 139 236
Hex EA 8B EC

RGB Percentages of Color #ea8bec

%38.42
%22.82
%38.75

CMYK Percentages of Color #ea8bec

%1
%41
%0
%7

Triadic Colors of #ea8bec

#ea8bec #ecea8b #8becea

Analogous Colors of #ea8bec

#ea8bec #ec8bbe #ba8bec

Monochromatic Colors of #ea8bec

#ea8bec

Complementary Color

#ea8bec #8dec8b

#ea8bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8bec Color CSS Codes

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

#ea8bec Text Font Color

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

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


#ea8bec Background Color

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

This div background color is #ea8bec


#ea8bec Border Color

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

This div border color is #ea8bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8bec


Comments

No comments written yet.

Please login to write comment.