Color Hex Logo

#f72adb Color Hex

#F72ADB
(247,42,219)
0 Favorites   0 Comments

Color spaces of #f72adb

RGB 24742219
HSL0.860.930.57
HSV308°83°97°
CMYK 0.000.830.11   0.03
XYZ51.971926.544669.4022
Yxy26.54460.35140.1795
Hunter Lab51.521589.8981-43.8018
CIE-Lab58.550487.5271-43.5860

#f72adb color RGB value is (247,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101010 11011011
Octal 367 52 333
Decimal 247 42 219
Hex F7 2A DB

RGB Percentages of Color #f72adb

%48.62
%8.27
%43.11

CMYK Percentages of Color #f72adb

%0
%83
%11
%3

Triadic Colors of #f72adb

#f72adb #dbf72a #2adbf7

Analogous Colors of #f72adb

#f72adb #f72a75 #ad2af7

Monochromatic Colors of #f72adb

#f72adb

Complementary Color

#f72adb #2af746

#f72adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72adb Color CSS Codes

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

#f72adb Text Font Color

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

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


#f72adb Background Color

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

This div background color is #f72adb


#f72adb Border Color

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

This div border color is #f72adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72adb


Comments

No comments written yet.

Please login to write comment.