Color Hex Logo

#f472dc Color Hex

#F472DC
(244,114,220)
0 Favorites   0 Comments

Color spaces of #f472dc

RGB 244114220
HSL0.860.860.70
HSV311°53°96°
CMYK 0.000.530.10   0.04
XYZ56.243836.435071.7784
Yxy36.43500.34200.2215
Hunter Lab60.361460.6910-28.2513
CIE-Lab66.851062.6577-31.2171

#f472dc color RGB value is (244,114,220).

#f472dc hex color red value is 244, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f472dc hue: 0.86 , saturation: 0.86 and the lightness value of f472dc is 0.70.

The process color (four color CMYK) of #f472dc color hex is 0.00, 0.53, 0.10, 0.04. Web safe color of #f472dc is #ff66cc. Color #f472dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110010 11011100
Octal 364 162 334
Decimal 244 114 220
Hex F4 72 DC

RGB Percentages of Color #f472dc

%42.21
%19.72
%38.06

CMYK Percentages of Color #f472dc

%0
%53
%10
%4

Triadic Colors of #f472dc

#f472dc #dcf472 #72dcf4

Analogous Colors of #f472dc

#f472dc #f4729b #cb72f4

Monochromatic Colors of #f472dc

#f472dc

Complementary Color

#f472dc #72f48a

#f472dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f472dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f472dc Color CSS Codes

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

#f472dc Text Font Color

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

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


#f472dc Background Color

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

This div background color is #f472dc


#f472dc Border Color

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

This div border color is #f472dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,114,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f472dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f472dc;
  -webkit-box-shadow: 1px 1px 3px 2px #f472dc;
  box-shadow:         1px 1px 3px 2px #f472dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,114,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f472dc


Comments

No comments written yet.

Please login to write comment.