Color Hex Logo

#f990fd Color Hex

#F990FD
(249,144,253)
0 Favorites   0 Comments

Color spaces of #f990fd

RGB 249144253
HSL0.830.960.78
HSV298°43°99°
CMYK 0.020.430.00   0.01
XYZ66.769847.178198.5156
Yxy47.17810.31430.2221
Hunter Lab68.686353.3184-36.9582
CIE-Lab74.303555.2389-37.7436

#f990fd color RGB value is (249,144,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010000 11111101
Octal 371 220 375
Decimal 249 144 253
Hex F9 90 FD

RGB Percentages of Color #f990fd

%38.54
%22.29
%39.16

CMYK Percentages of Color #f990fd

%2
%43
%0
%1

Triadic Colors of #f990fd

#f990fd #fdf990 #90fdf9

Analogous Colors of #f990fd

#f990fd #fd90cb #c390fd

Monochromatic Colors of #f990fd

#f990fd

Complementary Color

#f990fd #94fd90

#f990fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f990fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f990fd Color CSS Codes

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

#f990fd Text Font Color

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

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


#f990fd Background Color

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

This div background color is #f990fd


#f990fd Border Color

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

This div border color is #f990fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f990fd

Related Colors


Comments

No comments written yet.

Please login to write comment.