Color Hex Logo

#f57dde Color Hex

#F57DDE
(245,125,222)
0 Favorites   0 Comments

Color spaces of #f57dde

RGB 245125222
HSL0.870.860.73
HSV312°49°96°
CMYK 0.000.490.09   0.04
XYZ58.174639.353673.6371
Yxy39.35360.33990.2299
Hunter Lab62.732455.7492-25.6835
CIE-Lab69.006658.1155-28.9901

#f57dde color RGB value is (245,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111101 11011110
Octal 365 175 336
Decimal 245 125 222
Hex F5 7D DE

RGB Percentages of Color #f57dde

%41.39
%21.11
%37.50

CMYK Percentages of Color #f57dde

%0
%49
%9
%4

Triadic Colors of #f57dde

#f57dde #def57d #7ddef5

Analogous Colors of #f57dde

#f57dde #f57da2 #d07df5

Monochromatic Colors of #f57dde

#f57dde

Complementary Color

#f57dde #7df594

#f57dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57dde Color CSS Codes

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

#f57dde Text Font Color

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

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


#f57dde Background Color

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

This div background color is #f57dde


#f57dde Border Color

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

This div border color is #f57dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57dde


Comments

No comments written yet.

Please login to write comment.