Color Hex Logo

#fe70bf Color Hex

#FE70BF
(254,112,191)
0 Favorites   0 Comments

Color spaces of #fe70bf

RGB 254112191
HSL0.910.990.72
HSV327°56°100°
CMYK 0.000.560.25   0.00
XYZ56.071236.420853.3648
Yxy36.42080.38440.2497
Hunter Lab60.349660.2335-10.1830
CIE-Lab66.840262.2742-14.8587

#fe70bf color RGB value is (254,112,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 10111111
Octal 376 160 277
Decimal 254 112 191
Hex FE 70 BF

RGB Percentages of Color #fe70bf

%45.60
%20.11
%34.29

CMYK Percentages of Color #fe70bf

%0
%56
%25
%0

Triadic Colors of #fe70bf

#fe70bf #bffe70 #70bffe

Analogous Colors of #fe70bf

#fe70bf #fe7078 #f670fe

Monochromatic Colors of #fe70bf

#fe70bf

Complementary Color

#fe70bf #70feaf

#fe70bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe70bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe70bf Color CSS Codes

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

#fe70bf Text Font Color

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

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


#fe70bf Background Color

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

This div background color is #fe70bf


#fe70bf Border Color

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

This div border color is #fe70bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe70bf


Comments

No comments written yet.

Please login to write comment.