Color Hex Logo

#e754ff Color Hex

#E754FF
(231,84,255)
0 Favorites   0 Comments

Color spaces of #e754ff

RGB 23184255
HSL0.811.000.66
HSV292°67°100°
CMYK 0.090.670.00   0.00
XYZ54.175330.549697.6490
Yxy30.54960.29710.1675
Hunter Lab55.271778.2337-66.0580
CIE-Lab62.125677.8153-58.1713

#e754ff color RGB value is (231,84,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 11111111
Octal 347 124 377
Decimal 231 84 255
Hex E7 54 FF

RGB Percentages of Color #e754ff

%40.53
%14.74
%44.74

CMYK Percentages of Color #e754ff

%9
%67
%0
%0

Triadic Colors of #e754ff

#e754ff #ffe754 #54ffe7

Analogous Colors of #e754ff

#e754ff #ff54c2 #9254ff

Monochromatic Colors of #e754ff

#e754ff

Complementary Color

#e754ff #6cff54

#e754ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754ff Color CSS Codes

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

#e754ff Text Font Color

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

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


#e754ff Background Color

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

This div background color is #e754ff


#e754ff Border Color

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

This div border color is #e754ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754ff

Related Colors


Comments

No comments written yet.

Please login to write comment.