Color Hex Logo

#e651ef Color Hex

#E651EF
(230,81,239)
0 Favorites   0 Comments

Color spaces of #e651ef

RGB 23081239
HSL0.820.830.63
HSV297°66°94°
CMYK 0.040.660.00   0.06
XYZ51.155528.939884.5511
Yxy28.93980.31070.1758
Hunter Lab53.795775.5969-55.5295
CIE-Lab60.728575.9868-51.5395

#e651ef color RGB value is (230,81,239).

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

The process color (four color CMYK) of #e651ef color hex is 0.04, 0.66, 0.00, 0.06. Web safe color of #e651ef is #ff66ff. Color #e651ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 11101111
Octal 346 121 357
Decimal 230 81 239
Hex E6 51 EF

RGB Percentages of Color #e651ef

%41.82
%14.73
%43.45

CMYK Percentages of Color #e651ef

%4
%66
%0
%6

Triadic Colors of #e651ef

#e651ef #efe651 #51efe6

Analogous Colors of #e651ef

#e651ef #ef51a9 #9751ef

Monochromatic Colors of #e651ef

#e651ef

Complementary Color

#e651ef #5aef51

#e651ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651ef Color CSS Codes

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

#e651ef Text Font Color

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

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


#e651ef Background Color

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

This div background color is #e651ef


#e651ef Border Color

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

This div border color is #e651ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651ef


Comments

No comments written yet.

Please login to write comment.