Color Hex Logo

#f72bde Color Hex

#F72BDE
(247,43,222)
0 Favorites   0 Comments

Color spaces of #f72bde

RGB 24743222
HSL0.850.930.57
HSV307°83°97°
CMYK 0.000.830.10   0.03
XYZ52.406526.775871.5134
Yxy26.77580.34780.1777
Hunter Lab51.745390.2264-45.7186
CIE-Lab58.766287.7334-44.9418

#f72bde color RGB value is (247,43,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 11011110
Octal 367 53 336
Decimal 247 43 222
Hex F7 2B DE

RGB Percentages of Color #f72bde

%48.24
%8.40
%43.36

CMYK Percentages of Color #f72bde

%0
%83
%10
%3

Triadic Colors of #f72bde

#f72bde #def72b #2bdef7

Analogous Colors of #f72bde

#f72bde #f72b78 #aa2bf7

Monochromatic Colors of #f72bde

#f72bde

Complementary Color

#f72bde #2bf744

#f72bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72bde Color CSS Codes

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

#f72bde Text Font Color

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

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


#f72bde Background Color

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

This div background color is #f72bde


#f72bde Border Color

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

This div border color is #f72bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72bde


Comments

No comments written yet.

Please login to write comment.