Color Hex Logo

#f85dfc Color Hex

#F85DFC
(248,93,252)
0 Favorites   0 Comments

Color spaces of #f85dfc

RGB 24893252
HSL0.830.960.68
HSV298°63°99°
CMYK 0.020.630.00   0.01
XYZ60.196434.813495.6424
Yxy34.81340.31570.1826
Hunter Lab59.002978.8557-54.8058
CIE-Lab65.603177.6479-50.8452

#f85dfc color RGB value is (248,93,252).

#f85dfc hex color red value is 248, green value is 93 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f85dfc hue: 0.83 , saturation: 0.96 and the lightness value of f85dfc is 0.68.

The process color (four color CMYK) of #f85dfc color hex is 0.02, 0.63, 0.00, 0.01. Web safe color of #f85dfc is #ff66ff. Color #f85dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011101 11111100
Octal 370 135 374
Decimal 248 93 252
Hex F8 5D FC

RGB Percentages of Color #f85dfc

%41.82
%15.68
%42.50

CMYK Percentages of Color #f85dfc

%2
%63
%0
%1

Triadic Colors of #f85dfc

#f85dfc #fcf85d #5dfcf8

Analogous Colors of #f85dfc

#f85dfc #fc5db1 #a95dfc

Monochromatic Colors of #f85dfc

#f85dfc

Complementary Color

#f85dfc #61fc5d

#f85dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f85dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f85dfc Color CSS Codes

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

#f85dfc Text Font Color

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

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


#f85dfc Background Color

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

This div background color is #f85dfc


#f85dfc Border Color

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

This div border color is #f85dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f85dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.