Color Hex Logo

#f00bad Color Hex

#F00BAD
(240,11,173)
0 Favorites   0 Comments

Color spaces of #f00bad

RGB 24011173
HSL0.880.910.49
HSV318°95°94°
CMYK 0.000.950.28   0.06
XYZ43.597721.781741.4416
Yxy21.78170.40810.2039
Hunter Lab46.670985.0722-19.9772
CIE-Lab53.794684.7683-24.6046

#f00bad color RGB value is (240,11,173).

#f00bad hex color red value is 240, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f00bad hue: 0.88 , saturation: 0.91 and the lightness value of f00bad is 0.49.

The process color (four color CMYK) of #f00bad color hex is 0.00, 0.95, 0.28, 0.06. Web safe color of #f00bad is #ff0099. Color #f00bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001011 10101101
Octal 360 13 255
Decimal 240 11 173
Hex F0 B AD

RGB Percentages of Color #f00bad

%56.60
%2.59
%40.80

CMYK Percentages of Color #f00bad

%0
%95
%28
%6

Triadic Colors of #f00bad

#f00bad #adf00b #0badf0

Analogous Colors of #f00bad

#f00bad #f00b3a #c10bf0

Monochromatic Colors of #f00bad

#f00bad

Complementary Color

#f00bad #0bf04e

#f00bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00bad Color CSS Codes

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

#f00bad Text Font Color

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

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


#f00bad Background Color

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

This div background color is #f00bad


#f00bad Border Color

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

This div border color is #f00bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00bad


Comments

No comments written yet.

Please login to write comment.