Color Hex Logo

#fa92bd Color Hex

#FA92BD
(250,146,189)
0 Favorites   0 Comments

Color spaces of #fa92bd

RGB 250146189
HSL0.930.910.78
HSV335°42°98°
CMYK 0.000.420.24   0.02
XYZ58.888544.555953.6405
Yxy44.55590.37490.2836
Hunter Lab66.750240.6638-0.9203
CIE-Lab72.598544.3628-5.2017

#fa92bd color RGB value is (250,146,189).

#fa92bd hex color red value is 250, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa92bd hue: 0.93 , saturation: 0.91 and the lightness value of fa92bd is 0.78.

The process color (four color CMYK) of #fa92bd color hex is 0.00, 0.42, 0.24, 0.02. Web safe color of #fa92bd is #ff99cc. Color #fa92bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010010 10111101
Octal 372 222 275
Decimal 250 146 189
Hex FA 92 BD

RGB Percentages of Color #fa92bd

%42.74
%24.96
%32.31

CMYK Percentages of Color #fa92bd

%0
%42
%24
%2

Triadic Colors of #fa92bd

#fa92bd #bdfa92 #92bdfa

Analogous Colors of #fa92bd

#fa92bd #fa9b92 #fa92f1

Monochromatic Colors of #fa92bd

#fa92bd

Complementary Color

#fa92bd #92facf

#fa92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa92bd Color CSS Codes

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

#fa92bd Text Font Color

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

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


#fa92bd Background Color

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

This div background color is #fa92bd


#fa92bd Border Color

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

This div border color is #fa92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa92bd


Comments

No comments written yet.

Please login to write comment.