Color Hex Logo

#f57fde Color Hex

#F57FDE
(245,127,222)
0 Favorites   0 Comments

Color spaces of #f57fde

RGB 245127222
HSL0.870.860.73
HSV312°48°96°
CMYK 0.000.480.09   0.04
XYZ58.430439.865173.7224
Yxy39.86510.33970.2317
Hunter Lab63.138854.6959-25.0313
CIE-Lab69.373357.1562-28.4256

#f57fde color RGB value is (245,127,222).

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

The process color (four color CMYK) of #f57fde color hex is 0.00, 0.48, 0.09, 0.04. Web safe color of #f57fde is #ff66cc. Color #f57fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111111 11011110
Octal 365 177 336
Decimal 245 127 222
Hex F5 7F DE

RGB Percentages of Color #f57fde

%41.25
%21.38
%37.37

CMYK Percentages of Color #f57fde

%0
%48
%9
%4

Triadic Colors of #f57fde

#f57fde #def57f #7fdef5

Analogous Colors of #f57fde

#f57fde #f57fa3 #d17ff5

Monochromatic Colors of #f57fde

#f57fde

Complementary Color

#f57fde #7ff596

#f57fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57fde Color CSS Codes

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

#f57fde Text Font Color

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

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


#f57fde Background Color

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

This div background color is #f57fde


#f57fde Border Color

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

This div border color is #f57fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,127,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57fde


Comments

No comments written yet.

Please login to write comment.