Color Hex Logo

#e731ff Color Hex

#E731FF
(231,49,255)
0 Favorites   0 Comments

Color spaces of #e731ff

RGB 23149255
HSL0.811.000.60
HSV293°81°100°
CMYK 0.090.810.00   0.00
XYZ52.103326.405596.9584
Yxy26.40550.29690.1505
Hunter Lab51.386391.0647-75.9012
CIE-Lab58.420088.4337-64.1045

#e731ff color RGB value is (231,49,255).

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

The process color (four color CMYK) of #e731ff color hex is 0.09, 0.81, 0.00, 0.00. Web safe color of #e731ff is #ff33ff. Color #e731ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00110001 11111111
Octal 347 61 377
Decimal 231 49 255
Hex E7 31 FF

RGB Percentages of Color #e731ff

%43.18
%9.16
%47.66

CMYK Percentages of Color #e731ff

%9
%81
%0
%0

Triadic Colors of #e731ff

#e731ff #ffe731 #31ffe7

Analogous Colors of #e731ff

#e731ff #ff31b0 #8031ff

Monochromatic Colors of #e731ff

#e731ff

Complementary Color

#e731ff #49ff31

#e731ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e731ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e731ff Color CSS Codes

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

#e731ff Text Font Color

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

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


#e731ff Background Color

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

This div background color is #e731ff


#e731ff Border Color

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

This div border color is #e731ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e731ff

Related Colors


Comments

No comments written yet.

Please login to write comment.