Color Hex Logo

#f954bc Color Hex

#F954BC
(249,84,188)
0 Favorites   0 Comments

Color spaces of #f954bc

RGB 24984188
HSL0.890.930.65
HSV322°66°98°
CMYK 0.000.660.24   0.02
XYZ51.314330.111250.6844
Yxy30.11120.38840.2279
Hunter Lab54.873770.8927-16.3520
CIE-Lab61.750172.0038-20.9493

#f954bc color RGB value is (249,84,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010100 10111100
Octal 371 124 274
Decimal 249 84 188
Hex F9 54 BC

RGB Percentages of Color #f954bc

%47.79
%16.12
%36.08

CMYK Percentages of Color #f954bc

%0
%66
%24
%2

Triadic Colors of #f954bc

#f954bc #bcf954 #54bcf9

Analogous Colors of #f954bc

#f954bc #f9546a #e454f9

Monochromatic Colors of #f954bc

#f954bc

Complementary Color

#f954bc #54f991

#f954bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f954bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f954bc Color CSS Codes

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

#f954bc Text Font Color

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

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


#f954bc Background Color

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

This div background color is #f954bc


#f954bc Border Color

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

This div border color is #f954bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f954bc


Comments

No comments written yet.

Please login to write comment.