Color Hex Logo

#e789bf Color Hex

#E789BF
(231,137,191)
0 Favorites   0 Comments

Color spaces of #e789bf

RGB 231137191
HSL0.900.660.72
HSV326°41°91°
CMYK 0.000.410.17   0.09
XYZ51.304638.641854.0448
Yxy38.64180.35630.2684
Hunter Lab62.162538.5370-8.0336
CIE-Lab68.491042.9224-12.6795

#e789bf color RGB value is (231,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10001001 10111111
Octal 347 211 277
Decimal 231 137 191
Hex E7 89 BF

RGB Percentages of Color #e789bf

%41.32
%24.51
%34.17

CMYK Percentages of Color #e789bf

%0
%41
%17
%9

Triadic Colors of #e789bf

#e789bf #bfe789 #89bfe7

Analogous Colors of #e789bf

#e789bf #e78990 #e089e7

Monochromatic Colors of #e789bf

#e789bf

Complementary Color

#e789bf #89e7b1

#e789bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e789bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e789bf Color CSS Codes

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

#e789bf Text Font Color

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

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


#e789bf Background Color

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

This div background color is #e789bf


#e789bf Border Color

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

This div border color is #e789bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,137,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e789bf


Comments

No comments written yet.

Please login to write comment.