Color Hex Logo

#f720ad Color Hex

#F720AD
(247,32,173)
0 Favorites   0 Comments

Color spaces of #f720ad

RGB 24732173
HSL0.890.930.55
HSV321°87°97°
CMYK 0.000.870.30   0.03
XYZ46.417123.824341.6873
Yxy23.82430.41470.2129
Hunter Lab48.810184.3308-16.4707
CIE-Lab55.911483.7832-21.2408

#f720ad color RGB value is (247,32,173).

#f720ad hex color red value is 247, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f720ad hue: 0.89 , saturation: 0.93 and the lightness value of f720ad is 0.55.

The process color (four color CMYK) of #f720ad color hex is 0.00, 0.87, 0.30, 0.03. Web safe color of #f720ad is #ff3399. Color #f720ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00100000 10101101
Octal 367 40 255
Decimal 247 32 173
Hex F7 20 AD

RGB Percentages of Color #f720ad

%54.65
%7.08
%38.27

CMYK Percentages of Color #f720ad

%0
%87
%30
%3

Triadic Colors of #f720ad

#f720ad #adf720 #20adf7

Analogous Colors of #f720ad

#f720ad #f72041 #d620f7

Monochromatic Colors of #f720ad

#f720ad

Complementary Color

#f720ad #20f76a

#f720ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f720ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f720ad Color CSS Codes

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

#f720ad Text Font Color

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

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


#f720ad Background Color

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

This div background color is #f720ad


#f720ad Border Color

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

This div border color is #f720ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f720ad


Comments

No comments written yet.

Please login to write comment.