Color Hex Logo

#f006bb Color Hex

#F006BB
(240,6,187)
0 Favorites   0 Comments

Color spaces of #f006bb

RGB 2406187
HSL0.870.950.48
HSV314°98°94°
CMYK 0.000.980.22   0.06
XYZ44.969922.243448.9369
Yxy22.24340.38720.1915
Hunter Lab47.162987.6649-28.5061
CIE-Lab54.284386.6614-32.0190

#f006bb color RGB value is (240,6,187).

#f006bb hex color red value is 240, green value is 6 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f006bb hue: 0.87 , saturation: 0.95 and the lightness value of f006bb is 0.48.

The process color (four color CMYK) of #f006bb color hex is 0.00, 0.98, 0.22, 0.06. Web safe color of #f006bb is #ff00cc. Color #f006bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000110 10111011
Octal 360 6 273
Decimal 240 6 187
Hex F0 6 BB

RGB Percentages of Color #f006bb

%55.43
%1.39
%43.19

CMYK Percentages of Color #f006bb

%0
%98
%22
%6

Triadic Colors of #f006bb

#f006bb #bbf006 #06bbf0

Analogous Colors of #f006bb

#f006bb #f00646 #b006f0

Monochromatic Colors of #f006bb

#f006bb

Complementary Color

#f006bb #06f03b

#f006bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f006bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f006bb Color CSS Codes

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

#f006bb Text Font Color

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

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


#f006bb Background Color

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

This div background color is #f006bb


#f006bb Border Color

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

This div border color is #f006bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f006bb


Comments

No comments written yet.

Please login to write comment.