Color Hex Logo

#f85dac Color Hex

#F85DAC
(248,93,172)
0 Favorites   0 Comments

Color spaces of #f85dac

RGB 24893172
HSL0.920.920.67
HSV329°63°97°
CMYK 0.000.630.31   0.03
XYZ50.072130.763742.3286
Yxy30.76370.40650.2498
Hunter Lab55.465064.0804-6.4221
CIE-Lab62.307666.2883-10.9538

#f85dac color RGB value is (248,93,172).

#f85dac hex color red value is 248, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f85dac hue: 0.92 , saturation: 0.92 and the lightness value of f85dac is 0.67.

The process color (four color CMYK) of #f85dac color hex is 0.00, 0.63, 0.31, 0.03. Web safe color of #f85dac is #ff6699. Color #f85dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011101 10101100
Octal 370 135 254
Decimal 248 93 172
Hex F8 5D AC

RGB Percentages of Color #f85dac

%48.34
%18.13
%33.53

CMYK Percentages of Color #f85dac

%0
%63
%31
%3

Triadic Colors of #f85dac

#f85dac #acf85d #5dacf8

Analogous Colors of #f85dac

#f85dac #f85d5e #f75df8

Monochromatic Colors of #f85dac

#f85dac

Complementary Color

#f85dac #5df8a9

#f85dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85dac Color CSS Codes

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

#f85dac Text Font Color

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

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


#f85dac Background Color

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

This div background color is #f85dac


#f85dac Border Color

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

This div border color is #f85dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,93,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f85dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f85dac;
  -webkit-box-shadow: 1px 1px 3px 2px #f85dac;
  box-shadow:         1px 1px 3px 2px #f85dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,93,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f85dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85dac


Comments

No comments written yet.

Please login to write comment.