Color Hex Logo

#f032ba Color Hex

#F032BA
(240,50,186)
0 Favorites   0 Comments

Color spaces of #f032ba

RGB 24050186
HSL0.880.860.57
HSV317°79°94°
CMYK 0.000.790.23   0.06
XYZ45.938724.351648.7335
Yxy24.35160.38600.2046
Hunter Lab49.347379.8124-24.0093
CIE-Lab56.438180.1557-28.0930

#f032ba color RGB value is (240,50,186).

#f032ba hex color red value is 240, green value is 50 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f032ba hue: 0.88 , saturation: 0.86 and the lightness value of f032ba is 0.57.

The process color (four color CMYK) of #f032ba color hex is 0.00, 0.79, 0.23, 0.06. Web safe color of #f032ba is #ff33cc. Color #f032ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110010 10111010
Octal 360 62 272
Decimal 240 50 186
Hex F0 32 BA

RGB Percentages of Color #f032ba

%50.42
%10.50
%39.08

CMYK Percentages of Color #f032ba

%0
%79
%23
%6

Triadic Colors of #f032ba

#f032ba #baf032 #32baf0

Analogous Colors of #f032ba

#f032ba #f0325b #c732f0

Monochromatic Colors of #f032ba

#f032ba

Complementary Color

#f032ba #32f068

#f032ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f032ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f032ba Color CSS Codes

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

#f032ba Text Font Color

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

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


#f032ba Background Color

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

This div background color is #f032ba


#f032ba Border Color

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

This div border color is #f032ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f032ba


Comments

No comments written yet.

Please login to write comment.