Color Hex Logo

#f72bdf Color Hex

#F72BDF
(247,43,223)
0 Favorites   0 Comments

Color spaces of #f72bdf

RGB 24743223
HSL0.850.930.57
HSV307°83°97°
CMYK 0.000.830.10   0.03
XYZ52.540926.829672.2215
Yxy26.82960.34660.1770
Hunter Lab51.797390.4173-46.4105
CIE-Lab58.816387.8679-45.4274

#f72bdf color RGB value is (247,43,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101011 11011111
Octal 367 53 337
Decimal 247 43 223
Hex F7 2B DF

RGB Percentages of Color #f72bdf

%48.15
%8.38
%43.47

CMYK Percentages of Color #f72bdf

%0
%83
%10
%3

Triadic Colors of #f72bdf

#f72bdf #dff72b #2bdff7

Analogous Colors of #f72bdf

#f72bdf #f72b79 #a92bf7

Monochromatic Colors of #f72bdf

#f72bdf

Complementary Color

#f72bdf #2bf743

#f72bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72bdf Color CSS Codes

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

#f72bdf Text Font Color

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

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


#f72bdf Background Color

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

This div background color is #f72bdf


#f72bdf Border Color

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

This div border color is #f72bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72bdf


Comments

No comments written yet.

Please login to write comment.