Color Hex Logo

#e70ffa Color Hex

#E70FFA
(231,15,250)
0 Favorites   0 Comments

Color spaces of #e70ffa

RGB 23115250
HSL0.820.960.52
HSV295°94°98°
CMYK 0.080.940.00   0.02
XYZ50.381124.232792.4645
Yxy24.23270.30150.1450
Hunter Lab49.226796.5391-76.9081
CIE-Lab56.320092.9259-64.7052

#e70ffa color RGB value is (231,15,250).

#e70ffa hex color red value is 231, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e70ffa hue: 0.82 , saturation: 0.96 and the lightness value of e70ffa is 0.52.

The process color (four color CMYK) of #e70ffa color hex is 0.08, 0.94, 0.00, 0.02. Web safe color of #e70ffa is #ff00ff. Color #e70ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001111 11111010
Octal 347 17 372
Decimal 231 15 250
Hex E7 F FA

RGB Percentages of Color #e70ffa

%46.57
%3.02
%50.40

CMYK Percentages of Color #e70ffa

%8
%94
%0
%2

Triadic Colors of #e70ffa

#e70ffa #fae70f #0ffae7

Analogous Colors of #e70ffa

#e70ffa #fa0f98 #720ffa

Monochromatic Colors of #e70ffa

#e70ffa

Complementary Color

#e70ffa #22fa0f

#e70ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70ffa Color CSS Codes

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

#e70ffa Text Font Color

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

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


#e70ffa Background Color

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

This div background color is #e70ffa


#e70ffa Border Color

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

This div border color is #e70ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70ffa


Comments

No comments written yet.

Please login to write comment.