Color Hex Logo

#f86ffd Color Hex

#F86FFD
(248,111,253)
0 Favorites   0 Comments

Color spaces of #f86ffd

RGB 248111253
HSL0.830.970.71
HSV298°56°99°
CMYK 0.020.560.00   0.01
XYZ62.125538.417297.0694
Yxy38.41720.31440.1944
Hunter Lab61.981670.4466-49.4669
CIE-Lab68.327070.4458-47.0968

#f86ffd color RGB value is (248,111,253).

#f86ffd hex color red value is 248, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f86ffd hue: 0.83 , saturation: 0.97 and the lightness value of f86ffd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101111 11111101
Octal 370 157 375
Decimal 248 111 253
Hex F8 6F FD

RGB Percentages of Color #f86ffd

%40.52
%18.14
%41.34

CMYK Percentages of Color #f86ffd

%2
%56
%0
%1

Triadic Colors of #f86ffd

#f86ffd #fdf86f #6ffdf8

Analogous Colors of #f86ffd

#f86ffd #fd6fbb #b16ffd

Monochromatic Colors of #f86ffd

#f86ffd

Complementary Color

#f86ffd #74fd6f

#f86ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86ffd Color CSS Codes

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

#f86ffd Text Font Color

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

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


#f86ffd Background Color

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

This div background color is #f86ffd


#f86ffd Border Color

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

This div border color is #f86ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86ffd


Comments

No comments written yet.

Please login to write comment.