Color Hex Logo

#f954bd Color Hex

#F954BD
(249,84,189)
0 Favorites   0 Comments

Color spaces of #f954bd

RGB 24984189
HSL0.890.930.65
HSV322°66°98°
CMYK 0.000.660.24   0.02
XYZ51.422630.154551.2542
Yxy30.15450.38710.2270
Hunter Lab54.913171.0558-16.9003
CIE-Lab61.787372.1295-21.4637

#f954bd color RGB value is (249,84,189).

#f954bd hex color red value is 249, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f954bd hue: 0.89 , saturation: 0.93 and the lightness value of f954bd is 0.65.

The process color (four color CMYK) of #f954bd color hex is 0.00, 0.66, 0.24, 0.02. Web safe color of #f954bd is #ff66cc. Color #f954bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 10111101
Octal 371 124 275
Decimal 249 84 189
Hex F9 54 BD

RGB Percentages of Color #f954bd

%47.70
%16.09
%36.21

CMYK Percentages of Color #f954bd

%0
%66
%24
%2

Triadic Colors of #f954bd

#f954bd #bdf954 #54bdf9

Analogous Colors of #f954bd

#f954bd #f9546b #e354f9

Monochromatic Colors of #f954bd

#f954bd

Complementary Color

#f954bd #54f990

#f954bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954bd Color CSS Codes

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

#f954bd Text Font Color

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

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


#f954bd Background Color

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

This div background color is #f954bd


#f954bd Border Color

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

This div border color is #f954bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954bd

Related Colors


Comments

No comments written yet.

Please login to write comment.