Color Hex Logo

#e659ec Color Hex

#E659EC
(230,89,236)
0 Favorites   0 Comments

Color spaces of #e659ec

RGB 23089236
HSL0.830.790.64
HSV298°62°93°
CMYK 0.030.620.00   0.07
XYZ51.345830.023982.4458
Yxy30.02390.31340.1833
Hunter Lab54.794171.3771-50.8547
CIE-Lab61.674872.4113-48.3693

#e659ec color RGB value is (230,89,236).

#e659ec hex color red value is 230, green value is 89 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e659ec hue: 0.83 , saturation: 0.79 and the lightness value of e659ec is 0.64.

The process color (four color CMYK) of #e659ec color hex is 0.03, 0.62, 0.00, 0.07. Web safe color of #e659ec is #ff66ff. Color #e659ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01011001 11101100
Octal 346 131 354
Decimal 230 89 236
Hex E6 59 EC

RGB Percentages of Color #e659ec

%41.44
%16.04
%42.52

CMYK Percentages of Color #e659ec

%3
%62
%0
%7

Triadic Colors of #e659ec

#e659ec #ece659 #59ece6

Analogous Colors of #e659ec

#e659ec #ec59a9 #9d59ec

Monochromatic Colors of #e659ec

#e659ec

Complementary Color

#e659ec #5fec59

#e659ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e659ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e659ec Color CSS Codes

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

#e659ec Text Font Color

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

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


#e659ec Background Color

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

This div background color is #e659ec


#e659ec Border Color

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

This div border color is #e659ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e659ec


Comments

No comments written yet.

Please login to write comment.