Color Hex Logo

#f974fd Color Hex

#F974FD
(249,116,253)
0 Favorites   0 Comments

Color spaces of #f974fd

RGB 249116253
HSL0.830.970.72
HSV298°54°99°
CMYK 0.020.540.00   0.01
XYZ63.041939.722497.2730
Yxy39.72240.31520.1986
Hunter Lab63.025768.2509-47.3894
CIE-Lab69.271468.4984-45.6031

#f974fd color RGB value is (249,116,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 11111101
Octal 371 164 375
Decimal 249 116 253
Hex F9 74 FD

RGB Percentages of Color #f974fd

%40.29
%18.77
%40.94

CMYK Percentages of Color #f974fd

%2
%54
%0
%1

Triadic Colors of #f974fd

#f974fd #fdf974 #74fdf9

Analogous Colors of #f974fd

#f974fd #fd74bd #b574fd

Monochromatic Colors of #f974fd

#f974fd

Complementary Color

#f974fd #78fd74

#f974fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f974fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f974fd Color CSS Codes

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

#f974fd Text Font Color

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

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


#f974fd Background Color

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

This div background color is #f974fd


#f974fd Border Color

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

This div border color is #f974fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f974fd

Related Colors


Comments

No comments written yet.

Please login to write comment.