Color Hex Logo

#f09dfe Color Hex

#F09DFE
(240,157,254)
0 Favorites   0 Comments

Color spaces of #f09dfe

RGB 240157254
HSL0.810.980.81
HSV291°38°100°
CMYK 0.060.380.00   0.00
XYZ65.881549.795099.9050
Yxy49.79500.30560.2310
Hunter Lab70.565643.1616-34.5454
CIE-Lab75.943346.1912-35.8217

#f09dfe color RGB value is (240,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11111110
Octal 360 235 376
Decimal 240 157 254
Hex F0 9D FE

RGB Percentages of Color #f09dfe

%36.87
%24.12
%39.02

CMYK Percentages of Color #f09dfe

%6
%38
%0
%0

Triadic Colors of #f09dfe

#f09dfe #fef09d #9dfef0

Analogous Colors of #f09dfe

#f09dfe #fe9ddc #c09dfe

Monochromatic Colors of #f09dfe

#f09dfe

Complementary Color

#f09dfe #abfe9d

#f09dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dfe Color CSS Codes

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

#f09dfe Text Font Color

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

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


#f09dfe Background Color

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

This div background color is #f09dfe


#f09dfe Border Color

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

This div border color is #f09dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dfe


Comments

No comments written yet.

Please login to write comment.