Color Hex Logo

#fe70be Color Hex

#FE70BE
(254,112,190)
0 Favorites   0 Comments

Color spaces of #fe70be

RGB 254112190
HSL0.910.990.72
HSV327°56°100°
CMYK 0.000.560.25   0.00
XYZ55.961536.376952.7871
Yxy36.37690.38560.2507
Hunter Lab60.313360.0725-9.6722
CIE-Lab66.806962.1441-14.3450

#fe70be color RGB value is (254,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 10111110
Octal 376 160 276
Decimal 254 112 190
Hex FE 70 BE

RGB Percentages of Color #fe70be

%45.68
%20.14
%34.17

CMYK Percentages of Color #fe70be

%0
%56
%25
%0

Triadic Colors of #fe70be

#fe70be #befe70 #70befe

Analogous Colors of #fe70be

#fe70be #fe7077 #f770fe

Monochromatic Colors of #fe70be

#fe70be

Complementary Color

#fe70be #70feb0

#fe70be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe70be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe70be Color CSS Codes

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

#fe70be Text Font Color

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

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


#fe70be Background Color

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

This div background color is #fe70be


#fe70be Border Color

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

This div border color is #fe70be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe70be

Related Colors


Comments

No comments written yet.

Please login to write comment.