Color Hex Logo

#e751ff Color Hex

#E751FF
(231,81,255)
0 Favorites   0 Comments

Color spaces of #e751ff

RGB 23181255
HSL0.811.000.66
HSV292°68°100°
CMYK 0.090.680.00   0.00
XYZ53.947430.093897.5731
Yxy30.09380.29700.1657
Hunter Lab54.857879.5364-67.0560
CIE-Lab61.735178.9163-58.7946

#e751ff color RGB value is (231,81,255).

#e751ff hex color red value is 231, green value is 81 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e751ff hue: 0.81 , saturation: 1.00 and the lightness value of e751ff is 0.66.

The process color (four color CMYK) of #e751ff color hex is 0.09, 0.68, 0.00, 0.00. Web safe color of #e751ff is #ff66ff. Color #e751ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010001 11111111
Octal 347 121 377
Decimal 231 81 255
Hex E7 51 FF

RGB Percentages of Color #e751ff

%40.74
%14.29
%44.97

CMYK Percentages of Color #e751ff

%9
%68
%0
%0

Triadic Colors of #e751ff

#e751ff #ffe751 #51ffe7

Analogous Colors of #e751ff

#e751ff #ff51c0 #9051ff

Monochromatic Colors of #e751ff

#e751ff

Complementary Color

#e751ff #69ff51

#e751ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e751ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e751ff Color CSS Codes

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

#e751ff Text Font Color

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

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


#e751ff Background Color

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

This div background color is #e751ff


#e751ff Border Color

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

This div border color is #e751ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e751ff

Related Colors


Comments

No comments written yet.

Please login to write comment.