Color Hex Logo

#f89aff Color Hex

#F89AFF
(248,154,255)
0 Favorites   0 Comments

Color spaces of #f89aff

RGB 248154255
HSL0.821.000.80
HSV296°40°100°
CMYK 0.030.400.00   0.00
XYZ68.317050.2877100.7135
Yxy50.28770.31150.2293
Hunter Lab70.913847.8643-34.5654
CIE-Lab76.245550.2753-35.8234

#f89aff color RGB value is (248,154,255).

#f89aff hex color red value is 248, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f89aff hue: 0.82 , saturation: 1.00 and the lightness value of f89aff is 0.80.

The process color (four color CMYK) of #f89aff color hex is 0.03, 0.40, 0.00, 0.00. Web safe color of #f89aff is #ff99ff. Color #f89aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011010 11111111
Octal 370 232 377
Decimal 248 154 255
Hex F8 9A FF

RGB Percentages of Color #f89aff

%37.75
%23.44
%38.81

CMYK Percentages of Color #f89aff

%3
%40
%0
%0

Triadic Colors of #f89aff

#f89aff #fff89a #9afff8

Analogous Colors of #f89aff

#f89aff #ff9ad4 #c69aff

Monochromatic Colors of #f89aff

#f89aff

Complementary Color

#f89aff #a1ff9a

#f89aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89aff Color CSS Codes

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

#f89aff Text Font Color

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

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


#f89aff Background Color

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

This div background color is #f89aff


#f89aff Border Color

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

This div border color is #f89aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,154,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f89aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f89aff;
  -webkit-box-shadow: 1px 1px 3px 2px #f89aff;
  box-shadow:         1px 1px 3px 2px #f89aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,154,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89aff


Comments

No comments written yet.

Please login to write comment.