Color Hex Logo

#f72aad Color Hex

#F72AAD
(247,42,173)
0 Favorites   0 Comments

Color spaces of #f72aad

RGB 24742173
HSL0.890.930.57
HSV322°83°97°
CMYK 0.000.830.30   0.03
XYZ46.728624.447241.7911
Yxy24.44720.41360.2164
Hunter Lab49.444182.1694-15.5022
CIE-Lab56.532881.9839-20.2900

#f72aad color RGB value is (247,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101010 10101101
Octal 367 52 255
Decimal 247 42 173
Hex F7 2A AD

RGB Percentages of Color #f72aad

%53.46
%9.09
%37.45

CMYK Percentages of Color #f72aad

%0
%83
%30
%3

Triadic Colors of #f72aad

#f72aad #adf72a #2aadf7

Analogous Colors of #f72aad

#f72aad #f72a46 #db2af7

Monochromatic Colors of #f72aad

#f72aad

Complementary Color

#f72aad #2af774

#f72aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72aad Color CSS Codes

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

#f72aad Text Font Color

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

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


#f72aad Background Color

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

This div background color is #f72aad


#f72aad Border Color

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

This div border color is #f72aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72aad


Comments

No comments written yet.

Please login to write comment.