Color Hex Logo

#e789ba Color Hex

#E789BA
(231,137,186)
0 Favorites   0 Comments

Color spaces of #e789ba

RGB 231137186
HSL0.910.660.72
HSV329°41°91°
CMYK 0.000.410.19   0.09
XYZ50.763638.425451.1957
Yxy38.42540.36160.2737
Hunter Lab61.988237.6984-5.5755
CIE-Lab68.333042.1674-10.1189

#e789ba color RGB value is (231,137,186).

#e789ba hex color red value is 231, green value is 137 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e789ba hue: 0.91 , saturation: 0.66 and the lightness value of e789ba is 0.72.

The process color (four color CMYK) of #e789ba color hex is 0.00, 0.41, 0.19, 0.09. Web safe color of #e789ba is #ff99cc. Color #e789ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001001 10111010
Octal 347 211 272
Decimal 231 137 186
Hex E7 89 BA

RGB Percentages of Color #e789ba

%41.70
%24.73
%33.57

CMYK Percentages of Color #e789ba

%0
%41
%19
%9

Triadic Colors of #e789ba

#e789ba #bae789 #89bae7

Analogous Colors of #e789ba

#e789ba #e7898b #e589e7

Monochromatic Colors of #e789ba

#e789ba

Complementary Color

#e789ba #89e7b6

#e789ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e789ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e789ba Color CSS Codes

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

#e789ba Text Font Color

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

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


#e789ba Background Color

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

This div background color is #e789ba


#e789ba Border Color

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

This div border color is #e789ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e789ba


Comments

No comments written yet.

Please login to write comment.