Color Hex Logo

#f08bdf Color Hex

#F08BDF
(240,139,223)
0 Favorites   0 Comments

Color spaces of #f08bdf

RGB 240139223
HSL0.860.770.74
HSV310°42°94°
CMYK 0.000.420.07   0.06
XYZ58.487142.318274.8977
Yxy42.31820.33290.2409
Hunter Lab65.052446.6433-22.7264
CIE-Lab71.089849.8954-26.3946

#f08bdf color RGB value is (240,139,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001011 11011111
Octal 360 213 337
Decimal 240 139 223
Hex F0 8B DF

RGB Percentages of Color #f08bdf

%39.87
%23.09
%37.04

CMYK Percentages of Color #f08bdf

%0
%42
%7
%6

Triadic Colors of #f08bdf

#f08bdf #dff08b #8bdff0

Analogous Colors of #f08bdf

#f08bdf #f08bad #cf8bf0

Monochromatic Colors of #f08bdf

#f08bdf

Complementary Color

#f08bdf #8bf09c

#f08bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08bdf Color CSS Codes

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

#f08bdf Text Font Color

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

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


#f08bdf Background Color

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

This div background color is #f08bdf


#f08bdf Border Color

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

This div border color is #f08bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08bdf


Comments

No comments written yet.

Please login to write comment.