Color Hex Logo

#fe70ac Color Hex

#FE70AC
(254,112,172)
0 Favorites   0 Comments

Color spaces of #fe70ac

RGB 254112172
HSL0.930.990.72
HSV335°56°100°
CMYK 0.000.560.32   0.00
XYZ54.113635.637743.0564
Yxy35.63770.40750.2683
Hunter Lab59.697357.3339-0.9745
CIE-Lab66.242259.9139-5.0020

#fe70ac color RGB value is (254,112,172).

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

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

Base Numbers

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

RGB Percentages of Color #fe70ac

%47.21
%20.82
%31.97

CMYK Percentages of Color #fe70ac

%0
%56
%32
%0

Triadic Colors of #fe70ac

#fe70ac #acfe70 #70acfe

Analogous Colors of #fe70ac

#fe70ac #fe7b70 #fe70f3

Monochromatic Colors of #fe70ac

#fe70ac

Complementary Color

#fe70ac #70fec2

#fe70ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe70ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe70ac Color CSS Codes

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

#fe70ac Text Font Color

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

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


#fe70ac Background Color

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

This div background color is #fe70ac


#fe70ac Border Color

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

This div border color is #fe70ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe70ac


Comments

No comments written yet.

Please login to write comment.