Color Hex Logo

#f571dc Color Hex

#F571DC
(245,113,220)
0 Favorites   0 Comments

Color spaces of #f571dc

RGB 245113220
HSL0.860.870.70
HSV311°54°96°
CMYK 0.000.540.10   0.04
XYZ56.479636.390071.7573
Yxy36.39000.34310.2210
Hunter Lab60.324161.5568-28.3003
CIE-Lab66.816863.3905-31.2589

#f571dc color RGB value is (245,113,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110001 11011100
Octal 365 161 334
Decimal 245 113 220
Hex F5 71 DC

RGB Percentages of Color #f571dc

%42.39
%19.55
%38.06

CMYK Percentages of Color #f571dc

%0
%54
%10
%4

Triadic Colors of #f571dc

#f571dc #dcf571 #71dcf5

Analogous Colors of #f571dc

#f571dc #f5719a #cc71f5

Monochromatic Colors of #f571dc

#f571dc

Complementary Color

#f571dc #71f58a

#f571dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f571dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f571dc Color CSS Codes

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

#f571dc Text Font Color

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

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


#f571dc Background Color

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

This div background color is #f571dc


#f571dc Border Color

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

This div border color is #f571dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,113,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 #f571dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f571dc


Comments

No comments written yet.

Please login to write comment.