Color Hex Logo

#f971db Color Hex

#F971DB
(249,113,219)
0 Favorites   0 Comments

Color spaces of #f971db

RGB 249113219
HSL0.870.920.71
HSV313°55°98°
CMYK 0.000.550.12   0.02
XYZ57.758237.064571.1278
Yxy37.06450.34800.2233
Hunter Lab60.880662.8041-26.6530
CIE-Lab67.325464.3470-29.8716

#f971db color RGB value is (249,113,219).

#f971db hex color red value is 249, green value is 113 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f971db hue: 0.87 , saturation: 0.92 and the lightness value of f971db is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 11011011
Octal 371 161 333
Decimal 249 113 219
Hex F9 71 DB

RGB Percentages of Color #f971db

%42.86
%19.45
%37.69

CMYK Percentages of Color #f971db

%0
%55
%12
%2

Triadic Colors of #f971db

#f971db #dbf971 #71dbf9

Analogous Colors of #f971db

#f971db #f97197 #d371f9

Monochromatic Colors of #f971db

#f971db

Complementary Color

#f971db #71f98f

#f971db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f971db Color Preview on White Background

Lorem ipsum dolor sit amet.

#f971db Color CSS Codes

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

#f971db Text Font Color

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

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


#f971db Background Color

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

This div background color is #f971db


#f971db Border Color

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

This div border color is #f971db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f971db


Comments

No comments written yet.

Please login to write comment.