color codes Logo

#f917db color codes

#F917DB
(249,23,219)
0 Favorites   0 Comments

Color spaces of #f917db

RGB 24923219
HSL0.860.950.53
HSV308°91°98°
CMYK 0.000.910.12   0.02
XYZ52.159525.867069.2616
Yxy25.86700.35410.1756
Hunter Lab50.859694.0579-45.1405
CIE-Lab57.910690.7763-44.5728

#f917db color RGB value is (249,23,219).

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

The process color (four color CMYK) of #f917db color code is 0.00, 0.91, 0.12, 0.02. Web safe color of #f917db is #ff00cc. Color #f917db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010111 11011011
Octal 371 27 333
Decimal 249 23 219
Hex F9 17 DB

RGB Percentages of Color #f917db

%50.71
%4.68
%44.60

CMYK Percentages of Color #f917db

%0
%91
%12
%2

Triadic Colors of #f917db

#f917db #dbf917 #17dbf9

Analogous Colors of #f917db

#f917db #f9176a #a617f9

Monochromatic Colors of #f917db

#f917db

Complementary Color

#f917db #17f935

#f917db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f917db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f917db Color CSS Codes

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

#f917db Text Font Color

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

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


#f917db Background Color

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

This div background color is #f917db


#f917db Border Color

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

This div border color is #f917db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f917db


Comments

No comments written yet.

Please login to write comment.