Color Hex Logo

#fa49bd Color Hex

#FA49BD
(250,73,189)
0 Favorites   0 Comments

Color spaces of #fa49bd

RGB 25073189
HSL0.890.950.63
HSV321°71°98°
CMYK 0.000.710.24   0.02
XYZ50.992228.763251.0084
Yxy28.76320.39000.2200
Hunter Lab53.631375.8614-18.8484
CIE-Lab60.572176.2277-23.3099

#fa49bd color RGB value is (250,73,189).

#fa49bd hex color red value is 250, green value is 73 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa49bd hue: 0.89 , saturation: 0.95 and the lightness value of fa49bd is 0.63.

The process color (four color CMYK) of #fa49bd color hex is 0.00, 0.71, 0.24, 0.02. Web safe color of #fa49bd is #ff33cc. Color #fa49bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 10111101
Octal 372 111 275
Decimal 250 73 189
Hex FA 49 BD

RGB Percentages of Color #fa49bd

%48.83
%14.26
%36.91

CMYK Percentages of Color #fa49bd

%0
%71
%24
%2

Triadic Colors of #fa49bd

#fa49bd #bdfa49 #49bdfa

Analogous Colors of #fa49bd

#fa49bd #fa4965 #df49fa

Monochromatic Colors of #fa49bd

#fa49bd

Complementary Color

#fa49bd #49fa86

#fa49bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa49bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa49bd Color CSS Codes

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

#fa49bd Text Font Color

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

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


#fa49bd Background Color

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

This div background color is #fa49bd


#fa49bd Border Color

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

This div border color is #fa49bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa49bd

Related Colors


Comments

No comments written yet.

Please login to write comment.