Color Hex Logo

#f08eda Color Hex

#F08EDA
(240,142,218)
0 Favorites   0 Comments

Color spaces of #f08eda

RGB 240142218
HSL0.870.770.75
HSV313°41°94°
CMYK 0.000.410.09   0.06
XYZ58.263142.933271.5458
Yxy42.93320.33730.2485
Hunter Lab65.523444.0553-18.8730
CIE-Lab71.509647.5420-22.9967

#f08eda color RGB value is (240,142,218).

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

The process color (four color CMYK) of #f08eda color hex is 0.00, 0.41, 0.09, 0.06. Web safe color of #f08eda is #ff99cc. Color #f08eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001110 11011010
Octal 360 216 332
Decimal 240 142 218
Hex F0 8E DA

RGB Percentages of Color #f08eda

%40.00
%23.67
%36.33

CMYK Percentages of Color #f08eda

%0
%41
%9
%6

Triadic Colors of #f08eda

#f08eda #daf08e #8edaf0

Analogous Colors of #f08eda

#f08eda #f08ea9 #d58ef0

Monochromatic Colors of #f08eda

#f08eda

Complementary Color

#f08eda #8ef0a4

#f08eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08eda Color CSS Codes

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

#f08eda Text Font Color

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

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


#f08eda Background Color

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

This div background color is #f08eda


#f08eda Border Color

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

This div border color is #f08eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08eda


Comments

No comments written yet.

Please login to write comment.