Color Hex Logo

#e704ff Color Hex

#E704FF
(231,4,255)
0 Favorites   0 Comments

Color spaces of #e704ff

RGB 2314255
HSL0.821.000.51
HSV294°98°100°
CMYK 0.090.980.00   0.00
XYZ51.048424.295896.6067
Yxy24.29580.29690.1413
Hunter Lab49.290898.6062-81.7010
CIE-Lab56.382794.4343-67.3840

#e704ff color RGB value is (231,4,255).

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

The process color (four color CMYK) of #e704ff color hex is 0.09, 0.98, 0.00, 0.00. Web safe color of #e704ff is #ff00ff. Color #e704ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 11111111
Octal 347 4 377
Decimal 231 4 255
Hex E7 4 FF

RGB Percentages of Color #e704ff

%47.14
%0.82
%52.04

CMYK Percentages of Color #e704ff

%9
%98
%0
%0

Triadic Colors of #e704ff

#e704ff #ffe704 #04ffe7

Analogous Colors of #e704ff

#e704ff #ff049a #6a04ff

Monochromatic Colors of #e704ff

#e704ff

Complementary Color

#e704ff #1cff04

#e704ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e704ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e704ff Color CSS Codes

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

#e704ff Text Font Color

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

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


#e704ff Background Color

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

This div background color is #e704ff


#e704ff Border Color

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

This div border color is #e704ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e704ff


Comments

No comments written yet.

Please login to write comment.