Color Hex Logo

#f91abe Color Hex

#F91ABE
(249,26,190)
0 Favorites   0 Comments

Color spaces of #f91abe

RGB 24926190
HSL0.880.950.54
HSV316°90°98°
CMYK 0.000.900.24   0.02
XYZ48.730624.596250.8944
Yxy24.59620.39230.1980
Hunter Lab49.594688.6000-26.1278
CIE-Lab56.679886.9070-29.9048

#f91abe color RGB value is (249,26,190).

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

The process color (four color CMYK) of #f91abe color hex is 0.00, 0.90, 0.24, 0.02. Web safe color of #f91abe is #ff33cc. Color #f91abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 10111110
Octal 371 32 276
Decimal 249 26 190
Hex F9 1A BE

RGB Percentages of Color #f91abe

%53.55
%5.59
%40.86

CMYK Percentages of Color #f91abe

%0
%90
%24
%2

Triadic Colors of #f91abe

#f91abe #bef91a #1abef9

Analogous Colors of #f91abe

#f91abe #f91a4f #c51af9

Monochromatic Colors of #f91abe

#f91abe

Complementary Color

#f91abe #1af955

#f91abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91abe Color CSS Codes

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

#f91abe Text Font Color

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

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


#f91abe Background Color

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

This div background color is #f91abe


#f91abe Border Color

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

This div border color is #f91abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91abe


Comments

No comments written yet.

Please login to write comment.