Color Hex Logo

#fa73b2 Color Hex

#FA73B2
(250,115,178)
0 Favorites   0 Comments

Color spaces of #fa73b2

RGB 250115178
HSL0.920.930.72
HSV332°54°98°
CMYK 0.000.540.29   0.02
XYZ53.591035.799846.2050
Yxy35.79980.39520.2640
Hunter Lab59.832955.1708-3.9027
CIE-Lab66.366758.0389-8.2818

#fa73b2 color RGB value is (250,115,178).

#fa73b2 hex color red value is 250, green value is 115 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #fa73b2 hue: 0.92 , saturation: 0.93 and the lightness value of fa73b2 is 0.72.

The process color (four color CMYK) of #fa73b2 color hex is 0.00, 0.54, 0.29, 0.02. Web safe color of #fa73b2 is #ff6699. Color #fa73b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 10110010
Octal 372 163 262
Decimal 250 115 178
Hex FA 73 B2

RGB Percentages of Color #fa73b2

%46.04
%21.18
%32.78

CMYK Percentages of Color #fa73b2

%0
%54
%29
%2

Triadic Colors of #fa73b2

#fa73b2 #b2fa73 #73b2fa

Analogous Colors of #fa73b2

#fa73b2 #fa7873 #fa73f6

Monochromatic Colors of #fa73b2

#fa73b2

Complementary Color

#fa73b2 #73fabb

#fa73b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa73b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa73b2 Color CSS Codes

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

#fa73b2 Text Font Color

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

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


#fa73b2 Background Color

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

This div background color is #fa73b2


#fa73b2 Border Color

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

This div border color is #fa73b2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,115,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa73b2


Comments

No comments written yet.

Please login to write comment.