Color Hex Logo

#f9abfe Color Hex

#F9ABFE
(249,171,254)
0 Favorites   0 Comments

Color spaces of #f9abfe

RGB 249171254
HSL0.820.980.83
HSV296°33°100°
CMYK 0.020.330.00   0.00
XYZ71.519256.4213100.8869
Yxy56.42130.31250.2466
Hunter Lab75.114138.5074-27.0534
CIE-Lab79.853041.6171-29.7154

#f9abfe color RGB value is (249,171,254).

#f9abfe hex color red value is 249, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f9abfe hue: 0.82 , saturation: 0.98 and the lightness value of f9abfe is 0.83.

The process color (four color CMYK) of #f9abfe color hex is 0.02, 0.33, 0.00, 0.00. Web safe color of #f9abfe is #ff99ff. Color #f9abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101011 11111110
Octal 371 253 376
Decimal 249 171 254
Hex F9 AB FE

RGB Percentages of Color #f9abfe

%36.94
%25.37
%37.69

CMYK Percentages of Color #f9abfe

%2
%33
%0
%0

Triadic Colors of #f9abfe

#f9abfe #fef9ab #abfef9

Analogous Colors of #f9abfe

#f9abfe #feabda #d0abfe

Monochromatic Colors of #f9abfe

#f9abfe

Complementary Color

#f9abfe #b0feab

#f9abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9abfe Color CSS Codes

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

#f9abfe Text Font Color

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

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


#f9abfe Background Color

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

This div background color is #f9abfe


#f9abfe Border Color

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

This div border color is #f9abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9abfe

Related Colors


Comments

No comments written yet.

Please login to write comment.