Color Hex Logo

#f09dff Color Hex

#F09DFF
(240,157,255)
0 Favorites   0 Comments

Color spaces of #f09dff

RGB 240157255
HSL0.811.000.81
HSV291°38°100°
CMYK 0.060.380.00   0.00
XYZ66.042249.8592100.7507
Yxy49.85920.30480.2301
Hunter Lab70.611043.3809-35.1696
CIE-Lab75.982846.3805-36.3004

#f09dff color RGB value is (240,157,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11111111
Octal 360 235 377
Decimal 240 157 255
Hex F0 9D FF

RGB Percentages of Color #f09dff

%36.81
%24.08
%39.11

CMYK Percentages of Color #f09dff

%6
%38
%0
%0

Triadic Colors of #f09dff

#f09dff #fff09d #9dfff0

Analogous Colors of #f09dff

#f09dff #ff9ddd #bf9dff

Monochromatic Colors of #f09dff

#f09dff

Complementary Color

#f09dff #acff9d

#f09dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dff Color CSS Codes

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

#f09dff Text Font Color

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

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


#f09dff Background Color

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

This div background color is #f09dff


#f09dff Border Color

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

This div border color is #f09dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dff

Related Colors


Comments

No comments written yet.

Please login to write comment.