Color Hex Logo

#f432bd Color Hex

#F432BD
(244,50,189)
0 Favorites   0 Comments

Color spaces of #f432bd

RGB 24450189
HSL0.880.900.58
HSV317°80°96°
CMYK 0.000.800.23   0.04
XYZ47.634125.188450.4954
Yxy25.18840.38630.2043
Hunter Lab50.188081.5875-24.5215
CIE-Lab57.258581.3884-28.5004

#f432bd color RGB value is (244,50,189).

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

The process color (four color CMYK) of #f432bd color hex is 0.00, 0.80, 0.23, 0.04. Web safe color of #f432bd is #ff33cc. Color #f432bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110010 10111101
Octal 364 62 275
Decimal 244 50 189
Hex F4 32 BD

RGB Percentages of Color #f432bd

%50.52
%10.35
%39.13

CMYK Percentages of Color #f432bd

%0
%80
%23
%4

Triadic Colors of #f432bd

#f432bd #bdf432 #32bdf4

Analogous Colors of #f432bd

#f432bd #f4325c #ca32f4

Monochromatic Colors of #f432bd

#f432bd

Complementary Color

#f432bd #32f469

#f432bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f432bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f432bd Color CSS Codes

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

#f432bd Text Font Color

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

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


#f432bd Background Color

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

This div background color is #f432bd


#f432bd Border Color

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

This div border color is #f432bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f432bd


Comments

No comments written yet.

Please login to write comment.