Color Hex Logo

#f956db Color Hex

#F956DB
(249,86,219)
0 Favorites   0 Comments

Color spaces of #f956db

RGB 24986219
HSL0.860.930.66
HSV311°65°98°
CMYK 0.000.650.12   0.02
XYZ55.180931.909870.2687
Yxy31.90980.35070.2028
Hunter Lab56.488875.5119-34.2111
CIE-Lab63.268375.4392-36.1651

#f956db color RGB value is (249,86,219).

#f956db hex color red value is 249, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f956db hue: 0.86 , saturation: 0.93 and the lightness value of f956db is 0.66.

The process color (four color CMYK) of #f956db color hex is 0.00, 0.65, 0.12, 0.02. Web safe color of #f956db is #ff66cc. Color #f956db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010110 11011011
Octal 371 126 333
Decimal 249 86 219
Hex F9 56 DB

RGB Percentages of Color #f956db

%44.95
%15.52
%39.53

CMYK Percentages of Color #f956db

%0
%65
%12
%2

Triadic Colors of #f956db

#f956db #dbf956 #56dbf9

Analogous Colors of #f956db

#f956db #f9568a #c656f9

Monochromatic Colors of #f956db

#f956db

Complementary Color

#f956db #56f974

#f956db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f956db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f956db Color CSS Codes

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

#f956db Text Font Color

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

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


#f956db Background Color

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

This div background color is #f956db


#f956db Border Color

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

This div border color is #f956db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f956db

Related Colors


Comments

No comments written yet.

Please login to write comment.