Color Hex Logo

#f72aae Color Hex

#F72AAE
(247,42,174)
0 Favorites   0 Comments

Color spaces of #f72aae

RGB 24742174
HSL0.890.930.57
HSV321°83°97°
CMYK 0.000.830.30   0.03
XYZ46.825724.486142.3027
Yxy24.48610.41210.2155
Hunter Lab49.483482.3168-16.0478
CIE-Lab56.571282.0913-20.8144

#f72aae color RGB value is (247,42,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101010 10101110
Octal 367 52 256
Decimal 247 42 174
Hex F7 2A AE

RGB Percentages of Color #f72aae

%53.35
%9.07
%37.58

CMYK Percentages of Color #f72aae

%0
%83
%30
%3

Triadic Colors of #f72aae

#f72aae #aef72a #2aaef7

Analogous Colors of #f72aae

#f72aae #f72a47 #da2af7

Monochromatic Colors of #f72aae

#f72aae

Complementary Color

#f72aae #2af773

#f72aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72aae Color CSS Codes

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

#f72aae Text Font Color

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

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


#f72aae Background Color

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

This div background color is #f72aae


#f72aae Border Color

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

This div border color is #f72aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72aae


Comments

No comments written yet.

Please login to write comment.