Color Hex Logo

#f72acb Color Hex

#F72ACB
(247,42,203)
0 Favorites   0 Comments

Color spaces of #f72acb

RGB 24742203
HSL0.870.930.57
HSV313°83°97°
CMYK 0.000.830.18   0.03
XYZ49.965225.741958.8351
Yxy25.74190.37140.1913
Hunter Lab50.736586.9977-33.2384
CIE-Lab57.791285.4679-35.6741

#f72acb color RGB value is (247,42,203).

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

The process color (four color CMYK) of #f72acb color hex is 0.00, 0.83, 0.18, 0.03. Web safe color of #f72acb is #ff33cc. Color #f72acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101010 11001011
Octal 367 52 313
Decimal 247 42 203
Hex F7 2A CB

RGB Percentages of Color #f72acb

%50.20
%8.54
%41.26

CMYK Percentages of Color #f72acb

%0
%83
%18
%3

Triadic Colors of #f72acb

#f72acb #cbf72a #2acbf7

Analogous Colors of #f72acb

#f72acb #f72a65 #bd2af7

Monochromatic Colors of #f72acb

#f72acb

Complementary Color

#f72acb #2af756

#f72acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72acb Color CSS Codes

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

#f72acb Text Font Color

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

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


#f72acb Background Color

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

This div background color is #f72acb


#f72acb Border Color

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

This div border color is #f72acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72acb


Comments

No comments written yet.

Please login to write comment.