Color Hex Logo

#f72db8 Color Hex

#F72DB8
(247,45,184)
0 Favorites   0 Comments

Color spaces of #f72db8

RGB 24745184
HSL0.890.930.57
HSV319°82°97°
CMYK 0.000.820.26   0.03
XYZ47.947925.111647.6673
Yxy25.11160.39720.2080
Hunter Lab50.111583.0981-21.3201
CIE-Lab57.184082.5798-25.6831

#f72db8 color RGB value is (247,45,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101101 10111000
Octal 367 55 270
Decimal 247 45 184
Hex F7 2D B8

RGB Percentages of Color #f72db8

%51.89
%9.45
%38.66

CMYK Percentages of Color #f72db8

%0
%82
%26
%3

Triadic Colors of #f72db8

#f72db8 #b8f72d #2db8f7

Analogous Colors of #f72db8

#f72db8 #f72d53 #d12df7

Monochromatic Colors of #f72db8

#f72db8

Complementary Color

#f72db8 #2df76c

#f72db8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f72db8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f72db8 Color CSS Codes

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

#f72db8 Text Font Color

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

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


#f72db8 Background Color

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

This div background color is #f72db8


#f72db8 Border Color

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

This div border color is #f72db8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f72db8


Comments

No comments written yet.

Please login to write comment.