Color Hex Logo

#f58ddc Color Hex

#F58DDC
(245,141,220)
0 Favorites   0 Comments

Color spaces of #f58ddc

RGB 245141220
HSL0.870.840.76
HSV314°42°96°
CMYK 0.000.420.10   0.04
XYZ60.099343.629572.9639
Yxy43.62950.34010.2469
Hunter Lab66.052646.8197-19.2568
CIE-Lab71.980249.9297-23.3267

#f58ddc color RGB value is (245,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001101 11011100
Octal 365 215 334
Decimal 245 141 220
Hex F5 8D DC

RGB Percentages of Color #f58ddc

%40.43
%23.27
%36.30

CMYK Percentages of Color #f58ddc

%0
%42
%10
%4

Triadic Colors of #f58ddc

#f58ddc #dcf58d #8ddcf5

Analogous Colors of #f58ddc

#f58ddc #f58da8 #da8df5

Monochromatic Colors of #f58ddc

#f58ddc

Complementary Color

#f58ddc #8df5a6

#f58ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ddc Color CSS Codes

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

#f58ddc Text Font Color

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

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


#f58ddc Background Color

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

This div background color is #f58ddc


#f58ddc Border Color

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

This div border color is #f58ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ddc


Comments

No comments written yet.

Please login to write comment.