Color Hex Logo

#f72dd7 Color Hex

#F72DD7
(247,45,215)
0 Favorites   0 Comments

Color spaces of #f72dd7

RGB 24745215
HSL0.860.930.57
HSV310°82°97°
CMYK 0.000.820.13   0.03
XYZ51.561926.557266.6984
Yxy26.55720.35600.1834
Hunter Lab51.533788.4138-40.6636
CIE-Lab58.562286.3983-41.3008

#f72dd7 color RGB value is (247,45,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101101 11010111
Octal 367 55 327
Decimal 247 45 215
Hex F7 2D D7

RGB Percentages of Color #f72dd7

%48.72
%8.88
%42.41

CMYK Percentages of Color #f72dd7

%0
%82
%13
%3

Triadic Colors of #f72dd7

#f72dd7 #d7f72d #2dd7f7

Analogous Colors of #f72dd7

#f72dd7 #f72d72 #b22df7

Monochromatic Colors of #f72dd7

#f72dd7

Complementary Color

#f72dd7 #2df74d

#f72dd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72dd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72dd7 Color CSS Codes

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

#f72dd7 Text Font Color

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

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


#f72dd7 Background Color

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

This div background color is #f72dd7


#f72dd7 Border Color

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

This div border color is #f72dd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72dd7


Comments

No comments written yet.

Please login to write comment.