Color Hex Logo

#e651ec Color Hex

#E651EC
(230,81,236)
0 Favorites   0 Comments

Color spaces of #e651ec

RGB 23081236
HSL0.830.800.62
HSV298°66°93°
CMYK 0.030.660.00   0.07
XYZ50.715928.764082.2359
Yxy28.76400.31360.1779
Hunter Lab53.632174.9381-53.3689
CIE-Lab60.572875.4895-50.1145

#e651ec color RGB value is (230,81,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01010001 11101100
Octal 346 121 354
Decimal 230 81 236
Hex E6 51 EC

RGB Percentages of Color #e651ec

%42.05
%14.81
%43.14

CMYK Percentages of Color #e651ec

%3
%66
%0
%7

Triadic Colors of #e651ec

#e651ec #ece651 #51ece6

Analogous Colors of #e651ec

#e651ec #ec51a5 #9951ec

Monochromatic Colors of #e651ec

#e651ec

Complementary Color

#e651ec #57ec51

#e651ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e651ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e651ec Color CSS Codes

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

#e651ec Text Font Color

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

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


#e651ec Background Color

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

This div background color is #e651ec


#e651ec Border Color

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

This div border color is #e651ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,81,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 #e651ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e651ec


Comments

No comments written yet.

Please login to write comment.