Color Hex Logo

#f08dee Color Hex

#F08DEE
(240,141,238)
0 Favorites   0 Comments

Color spaces of #f08dee

RGB 240141238
HSL0.840.770.75
HSV301°41°94°
CMYK 0.000.410.01   0.06
XYZ60.892743.748186.1237
Yxy43.74810.31920.2293
Hunter Lab66.142348.5835-30.9016
CIE-Lab72.059851.4666-33.1355

#f08dee color RGB value is (240,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001101 11101110
Octal 360 215 356
Decimal 240 141 238
Hex F0 8D EE

RGB Percentages of Color #f08dee

%38.77
%22.78
%38.45

CMYK Percentages of Color #f08dee

%0
%41
%1
%6

Triadic Colors of #f08dee

#f08dee #eef08d #8deef0

Analogous Colors of #f08dee

#f08dee #f08dbd #c18df0

Monochromatic Colors of #f08dee

#f08dee

Complementary Color

#f08dee #8df08f

#f08dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08dee Color CSS Codes

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

#f08dee Text Font Color

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

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


#f08dee Background Color

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

This div background color is #f08dee


#f08dee Border Color

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

This div border color is #f08dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08dee


Comments

No comments written yet.

Please login to write comment.