Color Hex Logo

#f72dba Color Hex

#F72DBA
(247,45,186)
0 Favorites   0 Comments

Color spaces of #f72dba

RGB 24745186
HSL0.880.930.57
HSV318°82°97°
CMYK 0.000.820.25   0.03
XYZ48.159125.196148.7794
Yxy25.19610.39430.2063
Hunter Lab50.195783.4151-22.4801
CIE-Lab57.266082.8100-26.7136

#f72dba color RGB value is (247,45,186).

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

The process color (four color CMYK) of #f72dba color hex is 0.00, 0.82, 0.25, 0.03. Web safe color of #f72dba is #ff33cc. Color #f72dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101101 10111010
Octal 367 55 272
Decimal 247 45 186
Hex F7 2D BA

RGB Percentages of Color #f72dba

%51.67
%9.41
%38.91

CMYK Percentages of Color #f72dba

%0
%82
%25
%3

Triadic Colors of #f72dba

#f72dba #baf72d #2dbaf7

Analogous Colors of #f72dba

#f72dba #f72d55 #cf2df7

Monochromatic Colors of #f72dba

#f72dba

Complementary Color

#f72dba #2df76a

#f72dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72dba Color CSS Codes

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

#f72dba Text Font Color

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

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


#f72dba Background Color

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

This div background color is #f72dba


#f72dba Border Color

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

This div border color is #f72dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72dba


Comments

No comments written yet.

Please login to write comment.