Color Hex Logo

#e70fea Color Hex

#E70FEA
(231,15,234)
0 Favorites   0 Comments

Color spaces of #e70fea

RGB 23115234
HSL0.830.880.49
HSV299°94°92°
CMYK 0.010.940.00   0.08
XYZ47.977123.271179.8050
Yxy23.27110.31760.1541
Hunter Lab48.240193.1065-64.3170
CIE-Lab55.350590.5637-57.3058

#e70fea color RGB value is (231,15,234).

#e70fea hex color red value is 231, green value is 15 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e70fea hue: 0.83 , saturation: 0.88 and the lightness value of e70fea is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001111 11101010
Octal 347 17 352
Decimal 231 15 234
Hex E7 F EA

RGB Percentages of Color #e70fea

%48.13
%3.13
%48.75

CMYK Percentages of Color #e70fea

%1
%94
%0
%8

Triadic Colors of #e70fea

#e70fea #eae70f #0feae7

Analogous Colors of #e70fea

#e70fea #ea0f80 #7a0fea

Monochromatic Colors of #e70fea

#e70fea

Complementary Color

#e70fea #12ea0f

#e70fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70fea Color CSS Codes

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

#e70fea Text Font Color

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

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


#e70fea Background Color

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

This div background color is #e70fea


#e70fea Border Color

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

This div border color is #e70fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70fea


Comments

No comments written yet.

Please login to write comment.