Color Hex Logo

#f70082 Color Hex

#F70082
(247,0,130)
0 Favorites   0 Comments

Color spaces of #f70082

RGB 2470130
HSL0.911.000.48
HSV328°100°97°
CMYK 0.001.000.47   0.03
XYZ42.387021.385923.0129
Yxy21.38590.48840.2464
Hunter Lab46.244982.68042.8669
CIE-Lab53.369382.99870.4687

#f70082 color RGB value is (247,0,130).

#f70082 hex color red value is 247, green value is 0 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f70082 hue: 0.91 , saturation: 1.00 and the lightness value of f70082 is 0.48.

The process color (four color CMYK) of #f70082 color hex is 0.00, 1.00, 0.47, 0.03. Web safe color of #f70082 is #ff0099. Color #f70082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000000 10000010
Octal 367 0 202
Decimal 247 0 130
Hex F7 0 82

RGB Percentages of Color #f70082

%65.52
%0.00
%34.48

CMYK Percentages of Color #f70082

%0
%100
%47
%3

Triadic Colors of #f70082

#f70082 #82f700 #0082f7

Analogous Colors of #f70082

#f70082 #f70007 #f100f7

Monochromatic Colors of #f70082

#f70082

Complementary Color

#f70082 #00f775

#f70082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70082 Color CSS Codes

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

#f70082 Text Font Color

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

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


#f70082 Background Color

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

This div background color is #f70082


#f70082 Border Color

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

This div border color is #f70082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70082


Comments

No comments written yet.

Please login to write comment.