Color Hex Logo

#e759db Color Hex

#E759DB
(231,89,219)
0 Favorites   0 Comments

Color spaces of #e759db

RGB 23189219
HSL0.850.750.63
HSV305°61°91°
CMYK 0.000.610.05   0.09
XYZ49.313629.248270.0642
Yxy29.24820.33180.1968
Hunter Lab54.081668.1201-38.9547
CIE-Lab61.000169.8750-39.9080

#e759db color RGB value is (231,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 11011011
Octal 347 131 333
Decimal 231 89 219
Hex E7 59 DB

RGB Percentages of Color #e759db

%42.86
%16.51
%40.63

CMYK Percentages of Color #e759db

%0
%61
%5
%9

Triadic Colors of #e759db

#e759db #dbe759 #59dbe7

Analogous Colors of #e759db

#e759db #e75994 #ac59e7

Monochromatic Colors of #e759db

#e759db

Complementary Color

#e759db #59e765

#e759db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759db Color CSS Codes

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

#e759db Text Font Color

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

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


#e759db Background Color

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

This div background color is #e759db


#e759db Border Color

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

This div border color is #e759db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759db


Comments

No comments written yet.

Please login to write comment.