Color Hex Logo

#f0bfe0 Color Hex

#F0BFE0
(240,191,224)
0 Favorites   0 Comments

Color spaces of #f0bfe0

RGB 240191224
HSL0.890.620.85
HSV320°20°94°
CMYK 0.000.200.07   0.06
XYZ68.020561.168778.7427
Yxy61.16870.32710.2942
Hunter Lab78.210418.3753-4.9462
CIE-Lab82.469422.7995-9.7455

#f0bfe0 color RGB value is (240,191,224).

#f0bfe0 hex color red value is 240, green value is 191 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #f0bfe0 hue: 0.89 , saturation: 0.62 and the lightness value of f0bfe0 is 0.85.

The process color (four color CMYK) of #f0bfe0 color hex is 0.00, 0.20, 0.07, 0.06. Web safe color of #f0bfe0 is #ffcccc. Color #f0bfe0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111111 11100000
Octal 360 277 340
Decimal 240 191 224
Hex F0 BF E0

RGB Percentages of Color #f0bfe0

%36.64
%29.16
%34.20

CMYK Percentages of Color #f0bfe0

%0
%20
%7
%6

Triadic Colors of #f0bfe0

#f0bfe0 #e0f0bf #bfe0f0

Analogous Colors of #f0bfe0

#f0bfe0 #f0bfc8 #e8bff0

Monochromatic Colors of #f0bfe0

#f0bfe0

Complementary Color

#f0bfe0 #bff0cf

#f0bfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bfe0 Color CSS Codes

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

#f0bfe0 Text Font Color

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

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


#f0bfe0 Background Color

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

This div background color is #f0bfe0


#f0bfe0 Border Color

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

This div border color is #f0bfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bfe0


Comments

No comments written yet.

Please login to write comment.