Color Hex Logo

#f08fbc Color Hex

#F08FBC
(240,143,188)
0 Favorites   0 Comments

Color spaces of #f08fbc

RGB 240143188
HSL0.920.760.75
HSV332°40°94°
CMYK 0.000.400.22   0.06
XYZ54.834741.801052.7552
Yxy41.80100.36710.2798
Hunter Lab64.653738.2471-3.1210
CIE-Lab70.733542.3873-7.5434

#f08fbc color RGB value is (240,143,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001111 10111100
Octal 360 217 274
Decimal 240 143 188
Hex F0 8F BC

RGB Percentages of Color #f08fbc

%42.03
%25.04
%32.92

CMYK Percentages of Color #f08fbc

%0
%40
%22
%6

Triadic Colors of #f08fbc

#f08fbc #bcf08f #8fbcf0

Analogous Colors of #f08fbc

#f08fbc #f0938f #f08fed

Monochromatic Colors of #f08fbc

#f08fbc

Complementary Color

#f08fbc #8ff0c3

#f08fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08fbc Color CSS Codes

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

#f08fbc Text Font Color

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

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


#f08fbc Background Color

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

This div background color is #f08fbc


#f08fbc Border Color

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

This div border color is #f08fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08fbc


Comments

No comments written yet.

Please login to write comment.