Color Hex Logo

#e659d1 Color Hex

#E659D1
(230,89,209)
0 Favorites   0 Comments

Color spaces of #e659d1

RGB 23089209
HSL0.860.740.63
HSV309°61°90°
CMYK 0.000.610.09   0.10
XYZ47.714128.571263.3216
Yxy28.57120.34180.2047
Hunter Lab53.452065.7974-32.8211
CIE-Lab60.401368.0641-35.2137

#e659d1 color RGB value is (230,89,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011001 11010001
Octal 346 131 321
Decimal 230 89 209
Hex E6 59 D1

RGB Percentages of Color #e659d1

%43.56
%16.86
%39.58

CMYK Percentages of Color #e659d1

%0
%61
%9
%10

Triadic Colors of #e659d1

#e659d1 #d1e659 #59d1e6

Analogous Colors of #e659d1

#e659d1 #e6598b #b559e6

Monochromatic Colors of #e659d1

#e659d1

Complementary Color

#e659d1 #59e66e

#e659d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e659d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e659d1 Color CSS Codes

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

#e659d1 Text Font Color

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

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


#e659d1 Background Color

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

This div background color is #e659d1


#e659d1 Border Color

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

This div border color is #e659d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e659d1


Comments

No comments written yet.

Please login to write comment.