Color Hex Logo

#f08bd9 Color Hex

#F08BD9
(240,139,217)
0 Favorites   0 Comments

Color spaces of #f08bd9

RGB 240139217
HSL0.870.770.74
HSV314°42°94°
CMYK 0.000.420.10   0.06
XYZ57.692242.000370.7118
Yxy42.00030.33860.2465
Hunter Lab64.807645.4885-19.3261
CIE-Lab70.871148.9022-23.4193

#f08bd9 color RGB value is (240,139,217).

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

The process color (four color CMYK) of #f08bd9 color hex is 0.00, 0.42, 0.10, 0.06. Web safe color of #f08bd9 is #ff99cc. Color #f08bd9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001011 11011001
Octal 360 213 331
Decimal 240 139 217
Hex F0 8B D9

RGB Percentages of Color #f08bd9

%40.27
%23.32
%36.41

CMYK Percentages of Color #f08bd9

%0
%42
%10
%6

Triadic Colors of #f08bd9

#f08bd9 #d9f08b #8bd9f0

Analogous Colors of #f08bd9

#f08bd9 #f08ba7 #d58bf0

Monochromatic Colors of #f08bd9

#f08bd9

Complementary Color

#f08bd9 #8bf0a2

#f08bd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08bd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08bd9 Color CSS Codes

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

#f08bd9 Text Font Color

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

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


#f08bd9 Background Color

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

This div background color is #f08bd9


#f08bd9 Border Color

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

This div border color is #f08bd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08bd9


Comments

No comments written yet.

Please login to write comment.