Color Hex Logo

#fe70fe Color Hex

#FE70FE
(254,112,254)
0 Favorites   0 Comments

Color spaces of #fe70fe

RGB 254112254
HSL0.830.990.72
HSV300°56°100°
CMYK 0.000.560.00   0.00
XYZ64.556639.814998.0485
Yxy39.81490.31890.1967
Hunter Lab63.099072.1999-47.9604
CIE-Lab69.337571.6780-45.9996

#fe70fe color RGB value is (254,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 11111110
Octal 376 160 376
Decimal 254 112 254
Hex FE 70 FE

RGB Percentages of Color #fe70fe

%40.97
%18.06
%40.97

CMYK Percentages of Color #fe70fe

%0
%56
%0
%0

Triadic Colors of #fe70fe

#fe70fe #fefe70 #70fefe

Analogous Colors of #fe70fe

#fe70fe #fe70b7 #b770fe

Monochromatic Colors of #fe70fe

#fe70fe

Complementary Color

#fe70fe #70fe70

#fe70fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe70fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe70fe Color CSS Codes

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

#fe70fe Text Font Color

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

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


#fe70fe Background Color

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

This div background color is #fe70fe


#fe70fe Border Color

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

This div border color is #fe70fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe70fe

Related Colors


Comments

No comments written yet.

Please login to write comment.