Color Hex Logo

#f08bde Color Hex

#F08BDE
(240,139,222)
0 Favorites   0 Comments

Color spaces of #f08bde

RGB 240139222
HSL0.860.770.74
HSV311°42°94°
CMYK 0.000.420.08   0.06
XYZ58.352642.264474.1896
Yxy42.26440.33380.2418
Hunter Lab65.011146.4485-22.1530
CIE-Lab71.052849.7283-25.9001

#f08bde color RGB value is (240,139,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001011 11011110
Octal 360 213 336
Decimal 240 139 222
Hex F0 8B DE

RGB Percentages of Color #f08bde

%39.93
%23.13
%36.94

CMYK Percentages of Color #f08bde

%0
%42
%8
%6

Triadic Colors of #f08bde

#f08bde #def08b #8bdef0

Analogous Colors of #f08bde

#f08bde #f08bac #d08bf0

Monochromatic Colors of #f08bde

#f08bde

Complementary Color

#f08bde #8bf09d

#f08bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08bde Color CSS Codes

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

#f08bde Text Font Color

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

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


#f08bde Background Color

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

This div background color is #f08bde


#f08bde Border Color

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

This div border color is #f08bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08bde


Comments

No comments written yet.

Please login to write comment.