Color Hex Logo

#f032bd Color Hex

#F032BD
(240,50,189)
0 Favorites   0 Comments

Color spaces of #f032bd

RGB 24050189
HSL0.880.860.57
HSV316°79°94°
CMYK 0.000.790.21   0.06
XYZ46.261124.480650.4311
Yxy24.48060.38180.2020
Hunter Lab49.477980.3087-25.7978
CIE-Lab56.565880.5211-29.6290

#f032bd color RGB value is (240,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00110010 10111101
Octal 360 62 275
Decimal 240 50 189
Hex F0 32 BD

RGB Percentages of Color #f032bd

%50.10
%10.44
%39.46

CMYK Percentages of Color #f032bd

%0
%79
%21
%6

Triadic Colors of #f032bd

#f032bd #bdf032 #32bdf0

Analogous Colors of #f032bd

#f032bd #f0325e #c432f0

Monochromatic Colors of #f032bd

#f032bd

Complementary Color

#f032bd #32f065

#f032bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f032bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f032bd Color CSS Codes

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

#f032bd Text Font Color

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

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


#f032bd Background Color

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

This div background color is #f032bd


#f032bd Border Color

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

This div border color is #f032bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f032bd


Comments

No comments written yet.

Please login to write comment.