Color Hex Logo

#f72ddd Color Hex

#F72DDD
(247,45,221)
0 Favorites   0 Comments

Color spaces of #f72ddd

RGB 24745221
HSL0.850.930.57
HSV308°82°97°
CMYK 0.000.820.11   0.03
XYZ52.347326.871470.8343
Yxy26.87140.34890.1791
Hunter Lab51.837689.5392-44.7314
CIE-Lab58.855187.1959-44.2365

#f72ddd color RGB value is (247,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101101 11011101
Octal 367 55 335
Decimal 247 45 221
Hex F7 2D DD

RGB Percentages of Color #f72ddd

%48.15
%8.77
%43.08

CMYK Percentages of Color #f72ddd

%0
%82
%11
%3

Triadic Colors of #f72ddd

#f72ddd #ddf72d #2dddf7

Analogous Colors of #f72ddd

#f72ddd #f72d78 #ac2df7

Monochromatic Colors of #f72ddd

#f72ddd

Complementary Color

#f72ddd #2df747

#f72ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72ddd Color CSS Codes

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

#f72ddd Text Font Color

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

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


#f72ddd Background Color

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

This div background color is #f72ddd


#f72ddd Border Color

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

This div border color is #f72ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.