Color Hex Logo

#e651eb Color Hex

#E651EB
(230,81,235)
0 Favorites   0 Comments

Color spaces of #e651eb

RGB 23081235
HSL0.830.790.62
HSV298°66°92°
CMYK 0.020.660.00   0.08
XYZ50.571028.706081.4727
Yxy28.70600.31460.1786
Hunter Lab53.578074.7205-52.6540
CIE-Lab60.521375.3249-49.6381

#e651eb color RGB value is (230,81,235).

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

The process color (four color CMYK) of #e651eb color hex is 0.02, 0.66, 0.00, 0.08. Web safe color of #e651eb is #ff66ff. Color #e651eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 11101011
Octal 346 121 353
Decimal 230 81 235
Hex E6 51 EB

RGB Percentages of Color #e651eb

%42.12
%14.84
%43.04

CMYK Percentages of Color #e651eb

%2
%66
%0
%8

Triadic Colors of #e651eb

#e651eb #ebe651 #51ebe6

Analogous Colors of #e651eb

#e651eb #eb51a3 #9951eb

Monochromatic Colors of #e651eb

#e651eb

Complementary Color

#e651eb #56eb51

#e651eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651eb Color CSS Codes

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

#e651eb Text Font Color

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

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


#e651eb Background Color

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

This div background color is #e651eb


#e651eb Border Color

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

This div border color is #e651eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651eb


Comments

No comments written yet.

Please login to write comment.