Color Hex Logo

#e970fe Color Hex

#E970FE
(233,112,254)
0 Favorites   0 Comments

Color spaces of #e970fe

RGB 233112254
HSL0.810.990.72
HSV291°56°100°
CMYK 0.080.560.00   0.00
XYZ57.287836.067797.7083
Yxy36.06770.29980.1888
Hunter Lab60.056465.1725-54.4220
CIE-Lab66.571666.4431-50.5447

#e970fe color RGB value is (233,112,254).

#e970fe hex color red value is 233, green value is 112 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e970fe hue: 0.81 , saturation: 0.99 and the lightness value of e970fe is 0.72.

The process color (four color CMYK) of #e970fe color hex is 0.08, 0.56, 0.00, 0.00. Web safe color of #e970fe is #ff66ff. Color #e970fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110000 11111110
Octal 351 160 376
Decimal 233 112 254
Hex E9 70 FE

RGB Percentages of Color #e970fe

%38.90
%18.70
%42.40

CMYK Percentages of Color #e970fe

%8
%56
%0
%0

Triadic Colors of #e970fe

#e970fe #fee970 #70fee9

Analogous Colors of #e970fe

#e970fe #fe70cc #a270fe

Monochromatic Colors of #e970fe

#e970fe

Complementary Color

#e970fe #85fe70

#e970fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e970fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e970fe Color CSS Codes

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

#e970fe Text Font Color

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

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


#e970fe Background Color

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

This div background color is #e970fe


#e970fe Border Color

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

This div border color is #e970fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,112,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e970fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e970fe;
  -webkit-box-shadow: 1px 1px 3px 2px #e970fe;
  box-shadow:         1px 1px 3px 2px #e970fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,112,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e970fe


Comments

No comments written yet.

Please login to write comment.