Color Hex Logo

#f881fd Color Hex

#F881FD
(248,129,253)
0 Favorites   0 Comments

Color spaces of #f881fd

RGB 248129253
HSL0.830.970.75
HSV298°49°99°
CMYK 0.020.490.00   0.01
XYZ64.291342.748897.7913
Yxy42.74880.31390.2087
Hunter Lab65.382661.1013-42.9110
CIE-Lab71.384162.2533-42.3019

#f881fd color RGB value is (248,129,253).

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

The process color (four color CMYK) of #f881fd color hex is 0.02, 0.49, 0.00, 0.01. Web safe color of #f881fd is #ff99ff. Color #f881fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000001 11111101
Octal 370 201 375
Decimal 248 129 253
Hex F8 81 FD

RGB Percentages of Color #f881fd

%39.37
%20.48
%40.16

CMYK Percentages of Color #f881fd

%2
%49
%0
%1

Triadic Colors of #f881fd

#f881fd #fdf881 #81fdf8

Analogous Colors of #f881fd

#f881fd #fd81c4 #ba81fd

Monochromatic Colors of #f881fd

#f881fd

Complementary Color

#f881fd #86fd81

#f881fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f881fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f881fd Color CSS Codes

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

#f881fd Text Font Color

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

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


#f881fd Background Color

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

This div background color is #f881fd


#f881fd Border Color

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

This div border color is #f881fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f881fd

Related Colors


Comments

No comments written yet.

Please login to write comment.