Color Hex Logo

#f09dee Color Hex

#F09DEE
(240,157,238)
0 Favorites   0 Comments

Color spaces of #f09dee

RGB 240157238
HSL0.840.730.78
HSV301°35°94°
CMYK 0.000.350.01   0.06
XYZ63.424848.812386.9678
Yxy48.81230.31840.2450
Hunter Lab69.865839.7788-24.8972
CIE-Lab75.334443.2456-28.0919

#f09dee color RGB value is (240,157,238).

#f09dee hex color red value is 240, green value is 157 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f09dee hue: 0.84 , saturation: 0.73 and the lightness value of f09dee is 0.78.

The process color (four color CMYK) of #f09dee color hex is 0.00, 0.35, 0.01, 0.06. Web safe color of #f09dee is #ff99ff. Color #f09dee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 11101110
Octal 360 235 356
Decimal 240 157 238
Hex F0 9D EE

RGB Percentages of Color #f09dee

%37.80
%24.72
%37.48

CMYK Percentages of Color #f09dee

%0
%35
%1
%6

Triadic Colors of #f09dee

#f09dee #eef09d #9deef0

Analogous Colors of #f09dee

#f09dee #f09dc5 #c99df0

Monochromatic Colors of #f09dee

#f09dee

Complementary Color

#f09dee #9df09f

#f09dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09dee Color CSS Codes

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

#f09dee Text Font Color

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

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


#f09dee Background Color

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

This div background color is #f09dee


#f09dee Border Color

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

This div border color is #f09dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,157,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09dee

#f09dee Color Palettes


Comments

No comments written yet.

Please login to write comment.