Color Hex Logo

#f984ff Color Hex

#F984FF
(249,132,255)
0 Favorites   0 Comments

Color spaces of #f984ff

RGB 249132255
HSL0.831.000.76
HSV297°48°100°
CMYK 0.020.480.00   0.00
XYZ65.368243.862399.6287
Yxy43.86230.31300.2100
Hunter Lab66.228660.2809-42.8308
CIE-Lab72.136461.4481-42.2060

#f984ff color RGB value is (249,132,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 11111111
Octal 371 204 377
Decimal 249 132 255
Hex F9 84 FF

RGB Percentages of Color #f984ff

%39.15
%20.75
%40.09

CMYK Percentages of Color #f984ff

%2
%48
%0
%0

Triadic Colors of #f984ff

#f984ff #fff984 #84fff9

Analogous Colors of #f984ff

#f984ff #ff84c8 #bc84ff

Monochromatic Colors of #f984ff

#f984ff

Complementary Color

#f984ff #8aff84

#f984ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f984ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f984ff Color CSS Codes

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

#f984ff Text Font Color

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

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


#f984ff Background Color

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

This div background color is #f984ff


#f984ff Border Color

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

This div border color is #f984ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,132,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f984ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f984ff

Related Colors


Comments

No comments written yet.

Please login to write comment.