Color Hex Logo

#e659dd Color Hex

#E659DD
(230,89,221)
0 Favorites   0 Comments

Color spaces of #e659dd

RGB 23089221
HSL0.840.740.63
HSV304°61°90°
CMYK 0.000.610.04   0.10
XYZ49.256729.188271.4444
Yxy29.18820.32860.1947
Hunter Lab54.026168.1964-40.5871
CIE-Lab60.947469.9475-41.1253

#e659dd color RGB value is (230,89,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011001 11011101
Octal 346 131 335
Decimal 230 89 221
Hex E6 59 DD

RGB Percentages of Color #e659dd

%42.59
%16.48
%40.93

CMYK Percentages of Color #e659dd

%0
%61
%4
%10

Triadic Colors of #e659dd

#e659dd #dde659 #59dde6

Analogous Colors of #e659dd

#e659dd #e65997 #a959e6

Monochromatic Colors of #e659dd

#e659dd

Complementary Color

#e659dd #59e662

#e659dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e659dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e659dd Color CSS Codes

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

#e659dd Text Font Color

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

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


#e659dd Background Color

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

This div background color is #e659dd


#e659dd Border Color

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

This div border color is #e659dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e659dd


Comments

No comments written yet.

Please login to write comment.