Color Hex Logo

#f91ad9 Color Hex

#F91AD9
(249,26,217)
0 Favorites   0 Comments

Color spaces of #f91ad9

RGB 24926217
HSL0.860.950.54
HSV309°90°98°
CMYK 0.000.900.13   0.02
XYZ51.960725.888367.9039
Yxy25.88830.35650.1776
Hunter Lab50.880593.2485-43.5106
CIE-Lab57.930990.1682-43.4065

#f91ad9 color RGB value is (249,26,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 11011001
Octal 371 32 331
Decimal 249 26 217
Hex F9 1A D9

RGB Percentages of Color #f91ad9

%50.61
%5.28
%44.11

CMYK Percentages of Color #f91ad9

%0
%90
%13
%2

Triadic Colors of #f91ad9

#f91ad9 #d9f91a #1ad9f9

Analogous Colors of #f91ad9

#f91ad9 #f91a6a #aa1af9

Monochromatic Colors of #f91ad9

#f91ad9

Complementary Color

#f91ad9 #1af93a

#f91ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91ad9 Color CSS Codes

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

#f91ad9 Text Font Color

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

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


#f91ad9 Background Color

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

This div background color is #f91ad9


#f91ad9 Border Color

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

This div border color is #f91ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91ad9


Comments

No comments written yet.

Please login to write comment.