Color Hex Logo

#f87dfd Color Hex

#F87DFD
(248,125,253)
0 Favorites   0 Comments

Color spaces of #f87dfd

RGB 248125253
HSL0.830.970.74
HSV298°51°99°
CMYK 0.020.510.00   0.01
XYZ63.774641.715597.6191
Yxy41.71550.31400.2054
Hunter Lab64.587563.2251-44.4010
CIE-Lab70.674364.1339-43.4124

#f87dfd color RGB value is (248,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111101 11111101
Octal 370 175 375
Decimal 248 125 253
Hex F8 7D FD

RGB Percentages of Color #f87dfd

%39.62
%19.97
%40.42

CMYK Percentages of Color #f87dfd

%2
%51
%0
%1

Triadic Colors of #f87dfd

#f87dfd #fdf87d #7dfdf8

Analogous Colors of #f87dfd

#f87dfd #fd7dc2 #b87dfd

Monochromatic Colors of #f87dfd

#f87dfd

Complementary Color

#f87dfd #82fd7d

#f87dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87dfd Color CSS Codes

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

#f87dfd Text Font Color

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

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


#f87dfd Background Color

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

This div background color is #f87dfd


#f87dfd Border Color

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

This div border color is #f87dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.