Color Hex Logo

#f00dbb Color Hex

#F00DBB
(240,13,187)
0 Favorites   0 Comments

Color spaces of #f00dbb

RGB 24013187
HSL0.870.900.50
HSV314°95°94°
CMYK 0.000.950.22   0.06
XYZ45.048722.401048.9632
Yxy22.40100.38700.1924
Hunter Lab47.329787.0705-28.2055
CIE-Lab54.449986.1750-31.7609

#f00dbb color RGB value is (240,13,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001101 10111011
Octal 360 15 273
Decimal 240 13 187
Hex F0 D BB

RGB Percentages of Color #f00dbb

%54.55
%2.95
%42.50

CMYK Percentages of Color #f00dbb

%0
%95
%22
%6

Triadic Colors of #f00dbb

#f00dbb #bbf00d #0dbbf0

Analogous Colors of #f00dbb

#f00dbb #f00d4a #b40df0

Monochromatic Colors of #f00dbb

#f00dbb

Complementary Color

#f00dbb #0df042

#f00dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00dbb Color CSS Codes

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

#f00dbb Text Font Color

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

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


#f00dbb Background Color

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

This div background color is #f00dbb


#f00dbb Border Color

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

This div border color is #f00dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,13,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 #f00dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00dbb


Comments

No comments written yet.

Please login to write comment.