Color Hex Logo

#f72bad Color Hex

#F72BAD
(247,43,173)
0 Favorites   0 Comments

Color spaces of #f72bad

RGB 24743173
HSL0.890.930.57
HSV322°83°97°
CMYK 0.000.830.30   0.03
XYZ46.764524.519041.8030
Yxy24.51900.41350.2168
Hunter Lab49.516781.9247-15.3922
CIE-Lab56.603781.7791-20.1815

#f72bad color RGB value is (247,43,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 10101101
Octal 367 53 255
Decimal 247 43 173
Hex F7 2B AD

RGB Percentages of Color #f72bad

%53.35
%9.29
%37.37

CMYK Percentages of Color #f72bad

%0
%83
%30
%3

Triadic Colors of #f72bad

#f72bad #adf72b #2badf7

Analogous Colors of #f72bad

#f72bad #f72b47 #db2bf7

Monochromatic Colors of #f72bad

#f72bad

Complementary Color

#f72bad #2bf775

#f72bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72bad Color CSS Codes

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

#f72bad Text Font Color

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

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


#f72bad Background Color

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

This div background color is #f72bad


#f72bad Border Color

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

This div border color is #f72bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72bad


Comments

No comments written yet.

Please login to write comment.