Color Hex Logo

#f91adc Color Hex

#F91ADC
(249,26,220)
0 Favorites   0 Comments

Color spaces of #f91adc

RGB 24926220
HSL0.860.950.54
HSV308°90°98°
CMYK 0.000.900.12   0.02
XYZ52.354626.045869.9781
Yxy26.04580.35280.1755
Hunter Lab51.035193.8037-45.5725
CIE-Lab58.080590.5538-44.8710

#f91adc color RGB value is (249,26,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011010 11011100
Octal 371 32 334
Decimal 249 26 220
Hex F9 1A DC

RGB Percentages of Color #f91adc

%50.30
%5.25
%44.44

CMYK Percentages of Color #f91adc

%0
%90
%12
%2

Triadic Colors of #f91adc

#f91adc #dcf91a #1adcf9

Analogous Colors of #f91adc

#f91adc #f91a6d #a71af9

Monochromatic Colors of #f91adc

#f91adc

Complementary Color

#f91adc #1af937

#f91adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91adc Color CSS Codes

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

#f91adc Text Font Color

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

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


#f91adc Background Color

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

This div background color is #f91adc


#f91adc Border Color

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

This div border color is #f91adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91adc


Comments

No comments written yet.

Please login to write comment.