Color Hex Logo

#f918db Color Hex

#F918DB
(249,24,219)
0 Favorites   0 Comments

Color spaces of #f918db

RGB 24924219
HSL0.860.950.54
HSV308°90°98°
CMYK 0.000.900.12   0.02
XYZ52.179725.907569.2683
Yxy25.90750.35410.1758
Hunter Lab50.899493.9159-45.0573
CIE-Lab57.949190.6630-44.5119

#f918db color RGB value is (249,24,219).

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

The process color (four color CMYK) of #f918db color hex is 0.00, 0.90, 0.12, 0.02. Web safe color of #f918db is #ff00cc. Color #f918db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 11011011
Octal 371 30 333
Decimal 249 24 219
Hex F9 18 DB

RGB Percentages of Color #f918db

%50.61
%4.88
%44.51

CMYK Percentages of Color #f918db

%0
%90
%12
%2

Triadic Colors of #f918db

#f918db #dbf918 #18dbf9

Analogous Colors of #f918db

#f918db #f9186b #a718f9

Monochromatic Colors of #f918db

#f918db

Complementary Color

#f918db #18f936

#f918db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918db Color CSS Codes

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

#f918db Text Font Color

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

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


#f918db Background Color

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

This div background color is #f918db


#f918db Border Color

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

This div border color is #f918db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918db


Comments

No comments written yet.

Please login to write comment.