Color Hex Logo

#f59adc Color Hex

#F59ADC
(245,154,220)
0 Favorites   0 Comments

Color spaces of #f59adc

RGB 245154220
HSL0.880.820.78
HSV316°37°96°
CMYK 0.000.370.10   0.04
XYZ62.130147.691073.6408
Yxy47.69100.33870.2600
Hunter Lab69.058739.7386-14.8829
CIE-Lab74.629643.2900-19.2982

#f59adc color RGB value is (245,154,220).

#f59adc hex color red value is 245, green value is 154 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f59adc hue: 0.88 , saturation: 0.82 and the lightness value of f59adc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 11011100
Octal 365 232 334
Decimal 245 154 220
Hex F5 9A DC

RGB Percentages of Color #f59adc

%39.58
%24.88
%35.54

CMYK Percentages of Color #f59adc

%0
%37
%10
%4

Triadic Colors of #f59adc

#f59adc #dcf59a #9adcf5

Analogous Colors of #f59adc

#f59adc #f59aaf #e19af5

Monochromatic Colors of #f59adc

#f59adc

Complementary Color

#f59adc #9af5b3

#f59adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59adc Color CSS Codes

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

#f59adc Text Font Color

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

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


#f59adc Background Color

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

This div background color is #f59adc


#f59adc Border Color

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

This div border color is #f59adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59adc


Comments

No comments written yet.

Please login to write comment.