Color Hex Logo

#f58dde Color Hex

#F58DDE
(245,141,222)
0 Favorites   0 Comments

Color spaces of #f58dde

RGB 245141222
HSL0.870.840.76
HSV313°42°96°
CMYK 0.000.420.09   0.04
XYZ60.365943.736274.3675
Yxy43.73620.33820.2451
Hunter Lab66.133447.1998-20.3788
CIE-Lab72.051850.2544-24.3183

#f58dde color RGB value is (245,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001101 11011110
Octal 365 215 336
Decimal 245 141 222
Hex F5 8D DE

RGB Percentages of Color #f58dde

%40.30
%23.19
%36.51

CMYK Percentages of Color #f58dde

%0
%42
%9
%4

Triadic Colors of #f58dde

#f58dde #def58d #8ddef5

Analogous Colors of #f58dde

#f58dde #f58daa #d88df5

Monochromatic Colors of #f58dde

#f58dde

Complementary Color

#f58dde #8df5a4

#f58dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58dde Color CSS Codes

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

#f58dde Text Font Color

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

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


#f58dde Background Color

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

This div background color is #f58dde


#f58dde Border Color

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

This div border color is #f58dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58dde


Comments

No comments written yet.

Please login to write comment.