Color Hex Logo

#e951ff Color Hex

#E951FF
(233,81,255)
0 Favorites   0 Comments

Color spaces of #e951ff

RGB 23381255
HSL0.811.000.66
HSV292°68°100°
CMYK 0.090.680.00   0.00
XYZ54.596730.428597.6035
Yxy30.42850.29890.1666
Hunter Lab55.162080.1371-66.2941
CIE-Lab62.022279.3330-58.3196

#e951ff color RGB value is (233,81,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 11111111
Octal 351 121 377
Decimal 233 81 255
Hex E9 51 FF

RGB Percentages of Color #e951ff

%40.95
%14.24
%44.82

CMYK Percentages of Color #e951ff

%9
%68
%0
%0

Triadic Colors of #e951ff

#e951ff #ffe951 #51ffe9

Analogous Colors of #e951ff

#e951ff #ff51be #9251ff

Monochromatic Colors of #e951ff

#e951ff

Complementary Color

#e951ff #67ff51

#e951ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e951ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e951ff Color CSS Codes

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

#e951ff Text Font Color

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

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


#e951ff Background Color

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

This div background color is #e951ff


#e951ff Border Color

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

This div border color is #e951ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e951ff


Comments

No comments written yet.

Please login to write comment.