Color Hex Logo

#e651ea Color Hex

#E651EA
(230,81,234)
0 Favorites   0 Comments

Color spaces of #e651ea

RGB 23081234
HSL0.830.780.62
HSV298°65°92°
CMYK 0.020.650.00   0.08
XYZ50.426828.648480.7138
Yxy28.64840.31560.1793
Hunter Lab53.524274.5030-51.9416
CIE-Lab60.470175.1602-49.1609

#e651ea color RGB value is (230,81,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 11101010
Octal 346 121 352
Decimal 230 81 234
Hex E6 51 EA

RGB Percentages of Color #e651ea

%42.20
%14.86
%42.94

CMYK Percentages of Color #e651ea

%2
%65
%0
%8

Triadic Colors of #e651ea

#e651ea #eae651 #51eae6

Analogous Colors of #e651ea

#e651ea #ea51a2 #9a51ea

Monochromatic Colors of #e651ea

#e651ea

Complementary Color

#e651ea #55ea51

#e651ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651ea Color CSS Codes

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

#e651ea Text Font Color

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

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


#e651ea Background Color

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

This div background color is #e651ea


#e651ea Border Color

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

This div border color is #e651ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651ea


Comments

No comments written yet.

Please login to write comment.