Color Hex Logo

#f70899 Color Hex

#F70899
(247,8,153)
0 Favorites   0 Comments

Color spaces of #f70899

RGB 2478153
HSL0.900.940.50
HSV324°97°97°
CMYK 0.000.970.38   0.03
XYZ44.194422.247732.1019
Yxy22.24770.44850.2258
Hunter Lab47.167584.7057-7.3352
CIE-Lab54.288884.3892-11.9253

#f70899 color RGB value is (247,8,153).

#f70899 hex color red value is 247, green value is 8 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #f70899 hue: 0.90 , saturation: 0.94 and the lightness value of f70899 is 0.50.

The process color (four color CMYK) of #f70899 color hex is 0.00, 0.97, 0.38, 0.03. Web safe color of #f70899 is #ff0099. Color #f70899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001000 10011001
Octal 367 10 231
Decimal 247 8 153
Hex F7 8 99

RGB Percentages of Color #f70899

%60.54
%1.96
%37.50

CMYK Percentages of Color #f70899

%0
%97
%38
%3

Triadic Colors of #f70899

#f70899 #99f708 #0899f7

Analogous Colors of #f70899

#f70899 #f70821 #de08f7

Monochromatic Colors of #f70899

#f70899

Complementary Color

#f70899 #08f766

#f70899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70899 Color CSS Codes

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

#f70899 Text Font Color

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

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


#f70899 Background Color

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

This div background color is #f70899


#f70899 Border Color

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

This div border color is #f70899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70899


Comments

No comments written yet.

Please login to write comment.