Color Hex Logo

#f858fd Color Hex

#F858FD
(248,88,253)
0 Favorites   0 Comments

Color spaces of #f858fd

RGB 24888253
HSL0.830.980.67
HSV298°65°99°
CMYK 0.020.650.00   0.01
XYZ59.930734.027896.3378
Yxy34.02780.31490.1788
Hunter Lab58.333481.3045-57.0844
CIE-Lab64.984679.6811-52.3747

#f858fd color RGB value is (248,88,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01011000 11111101
Octal 370 130 375
Decimal 248 88 253
Hex F8 58 FD

RGB Percentages of Color #f858fd

%42.11
%14.94
%42.95

CMYK Percentages of Color #f858fd

%2
%65
%0
%1

Triadic Colors of #f858fd

#f858fd #fdf858 #58fdf8

Analogous Colors of #f858fd

#f858fd #fd58b0 #a658fd

Monochromatic Colors of #f858fd

#f858fd

Complementary Color

#f858fd #5dfd58

#f858fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f858fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f858fd Color CSS Codes

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

#f858fd Text Font Color

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

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


#f858fd Background Color

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

This div background color is #f858fd


#f858fd Border Color

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

This div border color is #f858fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f858fd


Comments

No comments written yet.

Please login to write comment.