Color Hex Logo

#f08fbf Color Hex

#F08FBF
(240,143,191)
0 Favorites   0 Comments

Color spaces of #f08fbf

RGB 240143191
HSL0.920.760.75
HSV330°40°94°
CMYK 0.000.400.20   0.06
XYZ55.161641.931854.4765
Yxy41.93180.36390.2766
Hunter Lab64.754838.7351-4.5508
CIE-Lab70.823942.8233-9.0778

#f08fbf color RGB value is (240,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001111 10111111
Octal 360 217 277
Decimal 240 143 191
Hex F0 8F BF

RGB Percentages of Color #f08fbf

%41.81
%24.91
%33.28

CMYK Percentages of Color #f08fbf

%0
%40
%20
%6

Triadic Colors of #f08fbf

#f08fbf #bff08f #8fbff0

Analogous Colors of #f08fbf

#f08fbf #f0908f #f08ff0

Monochromatic Colors of #f08fbf

#f08fbf

Complementary Color

#f08fbf #8ff0c0

#f08fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08fbf Color CSS Codes

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

#f08fbf Text Font Color

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

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


#f08fbf Background Color

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

This div background color is #f08fbf


#f08fbf Border Color

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

This div border color is #f08fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08fbf


Comments

No comments written yet.

Please login to write comment.