Color Hex Logo

#e893ba Color Hex

#E893BA
(232,147,186)
0 Favorites   0 Comments

Color spaces of #e893ba

RGB 232147186
HSL0.920.650.74
HSV332°37°91°
CMYK 0.000.370.20   0.09
XYZ52.575441.568451.7069
Yxy41.56840.36050.2850
Hunter Lab64.473632.7303-2.4183
CIE-Lab70.572337.2850-6.7738

#e893ba color RGB value is (232,147,186).

#e893ba hex color red value is 232, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e893ba hue: 0.92 , saturation: 0.65 and the lightness value of e893ba is 0.74.

The process color (four color CMYK) of #e893ba color hex is 0.00, 0.37, 0.20, 0.09. Web safe color of #e893ba is #ff99cc. Color #e893ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010011 10111010
Octal 350 223 272
Decimal 232 147 186
Hex E8 93 BA

RGB Percentages of Color #e893ba

%41.06
%26.02
%32.92

CMYK Percentages of Color #e893ba

%0
%37
%20
%9

Triadic Colors of #e893ba

#e893ba #bae893 #93bae8

Analogous Colors of #e893ba

#e893ba #e89793 #e893e5

Monochromatic Colors of #e893ba

#e893ba

Complementary Color

#e893ba #93e8c1

#e893ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e893ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e893ba Color CSS Codes

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

#e893ba Text Font Color

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

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


#e893ba Background Color

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

This div background color is #e893ba


#e893ba Border Color

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

This div border color is #e893ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e893ba


Comments

No comments written yet.

Please login to write comment.