Color Hex Logo

#f03bac Color Hex

#F03BAC
(240,59,172)
0 Favorites   0 Comments

Color spaces of #f03bac

RGB 24059172
HSL0.900.860.59
HSV323°75°94°
CMYK 0.000.750.28   0.06
XYZ44.945524.631841.4152
Yxy24.63180.40490.2219
Hunter Lab49.630474.7970-14.7345
CIE-Lab56.714976.1142-19.5389

#f03bac color RGB value is (240,59,172).

#f03bac hex color red value is 240, green value is 59 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f03bac hue: 0.90 , saturation: 0.86 and the lightness value of f03bac is 0.59.

The process color (four color CMYK) of #f03bac color hex is 0.00, 0.75, 0.28, 0.06. Web safe color of #f03bac is #ff3399. Color #f03bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111011 10101100
Octal 360 73 254
Decimal 240 59 172
Hex F0 3B AC

RGB Percentages of Color #f03bac

%50.96
%12.53
%36.52

CMYK Percentages of Color #f03bac

%0
%75
%28
%6

Triadic Colors of #f03bac

#f03bac #acf03b #3bacf0

Analogous Colors of #f03bac

#f03bac #f03b52 #da3bf0

Monochromatic Colors of #f03bac

#f03bac

Complementary Color

#f03bac #3bf07f

#f03bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03bac Color CSS Codes

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

#f03bac Text Font Color

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

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


#f03bac Background Color

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

This div background color is #f03bac


#f03bac Border Color

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

This div border color is #f03bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03bac


Comments

No comments written yet.

Please login to write comment.