Color Hex Logo

#f91dbb Color Hex

#F91DBB
(249,29,187)
0 Favorites   0 Comments

Color spaces of #f91dbb

RGB 24929187
HSL0.880.950.55
HSV317°88°98°
CMYK 0.000.880.25   0.02
XYZ48.475924.606349.2082
Yxy24.60630.39640.2012
Hunter Lab49.604787.6296-24.0927
CIE-Lab56.689886.1657-28.1542

#f91dbb color RGB value is (249,29,187).

#f91dbb hex color red value is 249, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f91dbb hue: 0.88 , saturation: 0.95 and the lightness value of f91dbb is 0.55.

The process color (four color CMYK) of #f91dbb color hex is 0.00, 0.88, 0.25, 0.02. Web safe color of #f91dbb is #ff33cc. Color #f91dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011101 10111011
Octal 371 35 273
Decimal 249 29 187
Hex F9 1D BB

RGB Percentages of Color #f91dbb

%53.55
%6.24
%40.22

CMYK Percentages of Color #f91dbb

%0
%88
%25
%2

Triadic Colors of #f91dbb

#f91dbb #bbf91d #1dbbf9

Analogous Colors of #f91dbb

#f91dbb #f91d4d #c91df9

Monochromatic Colors of #f91dbb

#f91dbb

Complementary Color

#f91dbb #1df95b

#f91dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91dbb Color CSS Codes

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

#f91dbb Text Font Color

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

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


#f91dbb Background Color

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

This div background color is #f91dbb


#f91dbb Border Color

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

This div border color is #f91dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91dbb


Comments

No comments written yet.

Please login to write comment.