Color Hex Logo

#f08fdd Color Hex

#F08FDD
(240,143,221)
0 Favorites   0 Comments

Color spaces of #f08fdd

RGB 240143221
HSL0.870.760.75
HSV312°40°94°
CMYK 0.000.400.08   0.06
XYZ58.808843.390673.6823
Yxy43.39060.33440.2467
Hunter Lab65.871544.0860-20.2103
CIE-Lab71.819347.5292-24.1766

#f08fdd color RGB value is (240,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001111 11011101
Octal 360 217 335
Decimal 240 143 221
Hex F0 8F DD

RGB Percentages of Color #f08fdd

%39.74
%23.68
%36.59

CMYK Percentages of Color #f08fdd

%0
%40
%8
%6

Triadic Colors of #f08fdd

#f08fdd #ddf08f #8fddf0

Analogous Colors of #f08fdd

#f08fdd #f08fad #d38ff0

Monochromatic Colors of #f08fdd

#f08fdd

Complementary Color

#f08fdd #8ff0a2

#f08fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08fdd Color CSS Codes

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

#f08fdd Text Font Color

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

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


#f08fdd Background Color

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

This div background color is #f08fdd


#f08fdd Border Color

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

This div border color is #f08fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08fdd


Comments

No comments written yet.

Please login to write comment.