Color Hex Logo

#f70eab Color Hex

#F70EAB
(247,14,171)
0 Favorites   0 Comments

Color spaces of #f70eab

RGB 24714171
HSL0.890.940.51
HSV320°94°97°
CMYK 0.000.940.31   0.03
XYZ45.865523.028540.5556
Yxy23.02850.41910.2104
Hunter Lab47.988086.6259-16.5155
CIE-Lab55.101785.7077-21.3107

#f70eab color RGB value is (247,14,171).

#f70eab hex color red value is 247, green value is 14 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f70eab hue: 0.89 , saturation: 0.94 and the lightness value of f70eab is 0.51.

The process color (four color CMYK) of #f70eab color hex is 0.00, 0.94, 0.31, 0.03. Web safe color of #f70eab is #ff0099. Color #f70eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001110 10101011
Octal 367 16 253
Decimal 247 14 171
Hex F7 E AB

RGB Percentages of Color #f70eab

%57.18
%3.24
%39.58

CMYK Percentages of Color #f70eab

%0
%94
%31
%3

Triadic Colors of #f70eab

#f70eab #abf70e #0eabf7

Analogous Colors of #f70eab

#f70eab #f70e36 #cf0ef7

Monochromatic Colors of #f70eab

#f70eab

Complementary Color

#f70eab #0ef75a

#f70eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70eab Color CSS Codes

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

#f70eab Text Font Color

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

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


#f70eab Background Color

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

This div background color is #f70eab


#f70eab Border Color

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

This div border color is #f70eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,14,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f70eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f70eab;
  -webkit-box-shadow: 1px 1px 3px 2px #f70eab;
  box-shadow:         1px 1px 3px 2px #f70eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,14,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70eab


Comments

No comments written yet.

Please login to write comment.