Color Hex Logo

#e759bf Color Hex

#E759BF
(231,89,191)
0 Favorites   0 Comments

Color spaces of #e759bf

RGB 23189191
HSL0.880.750.63
HSV317°61°91°
CMYK 0.000.610.17   0.09
XYZ45.931327.895352.2537
Yxy27.89530.36430.2213
Hunter Lab52.816062.8041-21.6876
CIE-Lab59.794065.6695-25.9052

#e759bf color RGB value is (231,89,191).

#e759bf hex color red value is 231, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e759bf hue: 0.88 , saturation: 0.75 and the lightness value of e759bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 10111111
Octal 347 131 277
Decimal 231 89 191
Hex E7 59 BF

RGB Percentages of Color #e759bf

%45.21
%17.42
%37.38

CMYK Percentages of Color #e759bf

%0
%61
%17
%9

Triadic Colors of #e759bf

#e759bf #bfe759 #59bfe7

Analogous Colors of #e759bf

#e759bf #e75978 #c859e7

Monochromatic Colors of #e759bf

#e759bf

Complementary Color

#e759bf #59e781

#e759bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759bf Color CSS Codes

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

#e759bf Text Font Color

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

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


#e759bf Background Color

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

This div background color is #e759bf


#e759bf Border Color

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

This div border color is #e759bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759bf


Comments

No comments written yet.

Please login to write comment.