Color Hex Logo

#fa47bd Color Hex

#FA47BD
(250,71,189)
0 Favorites   0 Comments

Color spaces of #fa47bd

RGB 25071189
HSL0.890.950.63
HSV320°72°98°
CMYK 0.000.720.24   0.02
XYZ50.862928.504650.9653
Yxy28.50460.39030.2187
Hunter Lab53.389776.6201-19.2249
CIE-Lab60.341976.8761-23.6629

#fa47bd color RGB value is (250,71,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 10111101
Octal 372 107 275
Decimal 250 71 189
Hex FA 47 BD

RGB Percentages of Color #fa47bd

%49.02
%13.92
%37.06

CMYK Percentages of Color #fa47bd

%0
%72
%24
%2

Triadic Colors of #fa47bd

#fa47bd #bdfa47 #47bdfa

Analogous Colors of #fa47bd

#fa47bd #fa4763 #de47fa

Monochromatic Colors of #fa47bd

#fa47bd

Complementary Color

#fa47bd #47fa84

#fa47bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa47bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa47bd Color CSS Codes

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

#fa47bd Text Font Color

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

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


#fa47bd Background Color

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

This div background color is #fa47bd


#fa47bd Border Color

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

This div border color is #fa47bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa47bd


Comments

No comments written yet.

Please login to write comment.