Color Hex Logo

#f58fde Color Hex

#F58FDE
(245,143,222)
0 Favorites   0 Comments

Color spaces of #f58fde

RGB 245143222
HSL0.870.840.76
HSV314°42°96°
CMYK 0.000.420.09   0.04
XYZ60.663544.331374.4667
Yxy44.33130.33800.2470
Hunter Lab66.581846.1156-19.7042
CIE-Lab72.449449.2459-23.7111

#f58fde color RGB value is (245,143,222).

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

The process color (four color CMYK) of #f58fde color hex is 0.00, 0.42, 0.09, 0.04. Web safe color of #f58fde is #ff99cc. Color #f58fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001111 11011110
Octal 365 217 336
Decimal 245 143 222
Hex F5 8F DE

RGB Percentages of Color #f58fde

%40.16
%23.44
%36.39

CMYK Percentages of Color #f58fde

%0
%42
%9
%4

Triadic Colors of #f58fde

#f58fde #def58f #8fdef5

Analogous Colors of #f58fde

#f58fde #f58fab #d98ff5

Monochromatic Colors of #f58fde

#f58fde

Complementary Color

#f58fde #8ff5a6

#f58fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58fde Color CSS Codes

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

#f58fde Text Font Color

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

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


#f58fde Background Color

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

This div background color is #f58fde


#f58fde Border Color

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

This div border color is #f58fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58fde


Comments

No comments written yet.

Please login to write comment.