Color Hex Logo

#f91bdb Color Hex

#F91BDB
(249,27,219)
0 Favorites   0 Comments

Color spaces of #f91bdb

RGB 24927219
HSL0.860.950.54
HSV308°89°98°
CMYK 0.000.890.12   0.02
XYZ52.245026.038169.2901
Yxy26.03810.35400.1764
Hunter Lab51.027593.4606-44.7904
CIE-Lab58.073290.2990-44.3161

#f91bdb color RGB value is (249,27,219).

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

The process color (four color CMYK) of #f91bdb color hex is 0.00, 0.89, 0.12, 0.02. Web safe color of #f91bdb is #ff33cc. Color #f91bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011011 11011011
Octal 371 33 333
Decimal 249 27 219
Hex F9 1B DB

RGB Percentages of Color #f91bdb

%50.30
%5.45
%44.24

CMYK Percentages of Color #f91bdb

%0
%89
%12
%2

Triadic Colors of #f91bdb

#f91bdb #dbf91b #1bdbf9

Analogous Colors of #f91bdb

#f91bdb #f91b6c #a81bf9

Monochromatic Colors of #f91bdb

#f91bdb

Complementary Color

#f91bdb #1bf939

#f91bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91bdb Color CSS Codes

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

#f91bdb Text Font Color

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

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


#f91bdb Background Color

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

This div background color is #f91bdb


#f91bdb Border Color

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

This div border color is #f91bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91bdb


Comments

No comments written yet.

Please login to write comment.