Color Hex Logo

#f72dab Color Hex

#F72DAB
(247,45,171)
0 Favorites   0 Comments

Color spaces of #f72dab

RGB 24745171
HSL0.900.930.57
HSV323°82°97°
CMYK 0.000.820.31   0.03
XYZ46.646824.591240.8161
Yxy24.59120.41630.2195
Hunter Lab49.589581.1259-14.0877
CIE-Lab56.674981.1408-18.9057

#f72dab color RGB value is (247,45,171).

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

The process color (four color CMYK) of #f72dab color hex is 0.00, 0.82, 0.31, 0.03. Web safe color of #f72dab is #ff3399. Color #f72dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101101 10101011
Octal 367 55 253
Decimal 247 45 171
Hex F7 2D AB

RGB Percentages of Color #f72dab

%53.35
%9.72
%36.93

CMYK Percentages of Color #f72dab

%0
%82
%31
%3

Triadic Colors of #f72dab

#f72dab #abf72d #2dabf7

Analogous Colors of #f72dab

#f72dab #f72d46 #de2df7

Monochromatic Colors of #f72dab

#f72dab

Complementary Color

#f72dab #2df779

#f72dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72dab Color CSS Codes

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

#f72dab Text Font Color

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

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


#f72dab Background Color

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

This div background color is #f72dab


#f72dab Border Color

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

This div border color is #f72dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72dab

Related Colors


Comments

No comments written yet.

Please login to write comment.