Color Hex Logo

#e651ed Color Hex

#E651ED
(230,81,237)
0 Favorites   0 Comments

Color spaces of #e651ed

RGB 23081237
HSL0.830.810.62
HSV297°66°93°
CMYK 0.030.660.00   0.07
XYZ50.861628.822383.0033
Yxy28.82230.31260.1772
Hunter Lab53.686475.1567-54.0864
CIE-Lab60.624575.6546-50.5902

#e651ed color RGB value is (230,81,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 11101101
Octal 346 121 355
Decimal 230 81 237
Hex E6 51 ED

RGB Percentages of Color #e651ed

%41.97
%14.78
%43.25

CMYK Percentages of Color #e651ed

%3
%66
%0
%7

Triadic Colors of #e651ed

#e651ed #ede651 #51ede6

Analogous Colors of #e651ed

#e651ed #ed51a6 #9851ed

Monochromatic Colors of #e651ed

#e651ed

Complementary Color

#e651ed #58ed51

#e651ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651ed Color CSS Codes

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

#e651ed Text Font Color

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

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


#e651ed Background Color

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

This div background color is #e651ed


#e651ed Border Color

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

This div border color is #e651ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651ed


Comments

No comments written yet.

Please login to write comment.