Color Hex Logo

#f71582 Color Hex

#F71582
(247,21,130)
0 Favorites   0 Comments

Color spaces of #f71582

RGB 24721130
HSL0.920.930.53
HSV331°91°97°
CMYK 0.000.910.47   0.03
XYZ42.655221.922223.1023
Yxy21.92220.48650.2500
Hunter Lab46.821180.68083.5202
CIE-Lab53.944481.32391.3062

#f71582 color RGB value is (247,21,130).

#f71582 hex color red value is 247, green value is 21 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #f71582 hue: 0.92 , saturation: 0.93 and the lightness value of f71582 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010101 10000010
Octal 367 25 202
Decimal 247 21 130
Hex F7 15 82

RGB Percentages of Color #f71582

%62.06
%5.28
%32.66

CMYK Percentages of Color #f71582

%0
%91
%47
%3

Triadic Colors of #f71582

#f71582 #82f715 #1582f7

Analogous Colors of #f71582

#f71582 #f71915 #f715f3

Monochromatic Colors of #f71582

#f71582

Complementary Color

#f71582 #15f78a

#f71582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71582 Color CSS Codes

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

#f71582 Text Font Color

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

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


#f71582 Background Color

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

This div background color is #f71582


#f71582 Border Color

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

This div border color is #f71582


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,21,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 #f71582">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71582


Comments

No comments written yet.

Please login to write comment.