Color Hex Logo

#f08ddd Color Hex

#F08DDD
(240,141,221)
0 Favorites   0 Comments

Color spaces of #f08ddd

RGB 240141221
HSL0.870.770.75
HSV312°41°94°
CMYK 0.000.410.08   0.06
XYZ58.511242.795573.5831
Yxy42.79550.33460.2447
Hunter Lab65.418345.1714-20.8972
CIE-Lab71.416048.5477-24.7932

#f08ddd color RGB value is (240,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001101 11011101
Octal 360 215 335
Decimal 240 141 221
Hex F0 8D DD

RGB Percentages of Color #f08ddd

%39.87
%23.42
%36.71

CMYK Percentages of Color #f08ddd

%0
%41
%8
%6

Triadic Colors of #f08ddd

#f08ddd #ddf08d #8dddf0

Analogous Colors of #f08ddd

#f08ddd #f08dac #d28df0

Monochromatic Colors of #f08ddd

#f08ddd

Complementary Color

#f08ddd #8df0a0

#f08ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08ddd Color CSS Codes

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

#f08ddd Text Font Color

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

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


#f08ddd Background Color

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

This div background color is #f08ddd


#f08ddd Border Color

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

This div border color is #f08ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08ddd

#f08ddd Color Palettes


Comments

No comments written yet.

Please login to write comment.