Color Hex Logo

#e85aba Color Hex

#E85ABA
(232,90,186)
0 Favorites   0 Comments

Color spaces of #e85aba

RGB 23290186
HSL0.890.760.63
HSV319°61°91°
CMYK 0.000.610.20   0.09
XYZ45.797828.013349.4477
Yxy28.01330.37160.2273
Hunter Lab52.927661.8313-18.3425
CIE-Lab59.900864.8290-22.8666

#e85aba color RGB value is (232,90,186).

#e85aba hex color red value is 232, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e85aba hue: 0.89 , saturation: 0.76 and the lightness value of e85aba is 0.63.

The process color (four color CMYK) of #e85aba color hex is 0.00, 0.61, 0.20, 0.09. Web safe color of #e85aba is #ff66cc. Color #e85aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011010 10111010
Octal 350 132 272
Decimal 232 90 186
Hex E8 5A BA

RGB Percentages of Color #e85aba

%45.67
%17.72
%36.61

CMYK Percentages of Color #e85aba

%0
%61
%20
%9

Triadic Colors of #e85aba

#e85aba #bae85a #5abae8

Analogous Colors of #e85aba

#e85aba #e85a73 #cf5ae8

Monochromatic Colors of #e85aba

#e85aba

Complementary Color

#e85aba #5ae888

#e85aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85aba Color CSS Codes

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

#e85aba Text Font Color

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

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


#e85aba Background Color

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

This div background color is #e85aba


#e85aba Border Color

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

This div border color is #e85aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e85aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e85aba;
  -webkit-box-shadow: 1px 1px 3px 2px #e85aba;
  box-shadow:         1px 1px 3px 2px #e85aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,90,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85aba


Comments

No comments written yet.

Please login to write comment.