Color Hex Logo

#f09aff Color Hex

#F09AFF
(240,154,255)
0 Favorites   0 Comments

Color spaces of #f09aff

RGB 240154255
HSL0.811.000.80
HSV291°40°100°
CMYK 0.060.400.00   0.00
XYZ65.540848.8565100.5836
Yxy48.85650.30490.2273
Hunter Lab69.897445.0538-36.3911
CIE-Lab75.362047.9327-37.2630

#f09aff color RGB value is (240,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 11111111
Octal 360 232 377
Decimal 240 154 255
Hex F0 9A FF

RGB Percentages of Color #f09aff

%36.98
%23.73
%39.29

CMYK Percentages of Color #f09aff

%6
%40
%0
%0

Triadic Colors of #f09aff

#f09aff #fff09a #9afff0

Analogous Colors of #f09aff

#f09aff #ff9adc #be9aff

Monochromatic Colors of #f09aff

#f09aff

Complementary Color

#f09aff #a9ff9a

#f09aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09aff Color CSS Codes

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

#f09aff Text Font Color

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

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


#f09aff Background Color

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

This div background color is #f09aff


#f09aff Border Color

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

This div border color is #f09aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,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 #f09aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09aff

Related Colors

#f09aff Color Palettes


Comments

No comments written yet.

Please login to write comment.