Color Hex Logo

#e759dd Color Hex

#E759DD
(231,89,221)
0 Favorites   0 Comments

Color spaces of #e759dd

RGB 23189221
HSL0.850.750.63
HSV304°61°91°
CMYK 0.000.610.04   0.09
XYZ49.578529.354171.4595
Yxy29.35410.32970.1952
Hunter Lab54.179468.5278-40.2745
CIE-Lab61.092970.1930-40.8867

#e759dd color RGB value is (231,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 11011101
Octal 347 131 335
Decimal 231 89 221
Hex E7 59 DD

RGB Percentages of Color #e759dd

%42.70
%16.45
%40.85

CMYK Percentages of Color #e759dd

%0
%61
%4
%9

Triadic Colors of #e759dd

#e759dd #dde759 #59dde7

Analogous Colors of #e759dd

#e759dd #e75996 #aa59e7

Monochromatic Colors of #e759dd

#e759dd

Complementary Color

#e759dd #59e763

#e759dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759dd Color CSS Codes

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

#e759dd Text Font Color

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

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


#e759dd Background Color

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

This div background color is #e759dd


#e759dd Border Color

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

This div border color is #e759dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759dd


Comments

No comments written yet.

Please login to write comment.