Color Hex Logo

#f988fd Color Hex

#F988FD
(249,136,253)
0 Favorites   0 Comments

Color spaces of #f988fd

RGB 249136253
HSL0.830.970.76
HSV298°46°99°
CMYK 0.020.460.00   0.01
XYZ65.600744.839998.1259
Yxy44.83990.31450.2150
Hunter Lab66.962657.6851-40.0088
CIE-Lab72.786359.1690-40.1041

#f988fd color RGB value is (249,136,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001000 11111101
Octal 371 210 375
Decimal 249 136 253
Hex F9 88 FD

RGB Percentages of Color #f988fd

%39.03
%21.32
%39.66

CMYK Percentages of Color #f988fd

%2
%46
%0
%1

Triadic Colors of #f988fd

#f988fd #fdf988 #88fdf9

Analogous Colors of #f988fd

#f988fd #fd88c7 #bf88fd

Monochromatic Colors of #f988fd

#f988fd

Complementary Color

#f988fd #8cfd88

#f988fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f988fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f988fd Color CSS Codes

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

#f988fd Text Font Color

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

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


#f988fd Background Color

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

This div background color is #f988fd


#f988fd Border Color

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

This div border color is #f988fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f988fd

Related Colors


Comments

No comments written yet.

Please login to write comment.