Color Hex Logo

#fa74ba Color Hex

#FA74BA
(250,116,186)
0 Favorites   0 Comments

Color spaces of #fa74ba

RGB 250116186
HSL0.910.930.72
HSV329°54°98°
CMYK 0.000.540.26   0.02
XYZ54.532736.359950.5984
Yxy36.35990.38540.2570
Hunter Lab60.299255.9063-7.5422
CIE-Lab66.794058.6024-12.1651

#fa74ba color RGB value is (250,116,186).

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

The process color (four color CMYK) of #fa74ba color hex is 0.00, 0.54, 0.26, 0.02. Web safe color of #fa74ba is #ff66cc. Color #fa74ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 10111010
Octal 372 164 272
Decimal 250 116 186
Hex FA 74 BA

RGB Percentages of Color #fa74ba

%45.29
%21.01
%33.70

CMYK Percentages of Color #fa74ba

%0
%54
%26
%2

Triadic Colors of #fa74ba

#fa74ba #bafa74 #74bafa

Analogous Colors of #fa74ba

#fa74ba #fa7477 #f774fa

Monochromatic Colors of #fa74ba

#fa74ba

Complementary Color

#fa74ba #74fab4

#fa74ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa74ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa74ba Color CSS Codes

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

#fa74ba Text Font Color

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

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


#fa74ba Background Color

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

This div background color is #fa74ba


#fa74ba Border Color

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

This div border color is #fa74ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa74ba


Comments

No comments written yet.

Please login to write comment.