Color Hex Logo

#f91dba Color Hex

#F91DBA
(249,29,186)
0 Favorites   0 Comments

Color spaces of #f91dba

RGB 24929186
HSL0.880.950.55
HSV317°88°98°
CMYK 0.000.880.25   0.02
XYZ48.369224.563648.6463
Yxy24.56360.39780.2020
Hunter Lab49.561787.4723-23.5018
CIE-Lab56.647786.0537-27.6403

#f91dba color RGB value is (249,29,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011101 10111010
Octal 371 35 272
Decimal 249 29 186
Hex F9 1D BA

RGB Percentages of Color #f91dba

%53.66
%6.25
%40.09

CMYK Percentages of Color #f91dba

%0
%88
%25
%2

Triadic Colors of #f91dba

#f91dba #baf91d #1dbaf9

Analogous Colors of #f91dba

#f91dba #f91d4c #ca1df9

Monochromatic Colors of #f91dba

#f91dba

Complementary Color

#f91dba #1df95c

#f91dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91dba Color CSS Codes

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

#f91dba Text Font Color

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

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


#f91dba Background Color

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

This div background color is #f91dba


#f91dba Border Color

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

This div border color is #f91dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91dba

Related Colors


Comments

No comments written yet.

Please login to write comment.