Color Hex Logo

#fa327b Color Hex

#FA327B
(250,50,123)
0 Favorites   0 Comments

Color spaces of #fa327b

RGB 25050123
HSL0.940.950.59
HSV338°80°98°
CMYK 0.000.800.51   0.02
XYZ44.140124.035321.0517
Yxy24.03530.49470.2694
Hunter Lab49.025874.91638.8589
CIE-Lab56.123176.32418.7020

#fa327b color RGB value is (250,50,123).

#fa327b hex color red value is 250, green value is 50 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fa327b hue: 0.94 , saturation: 0.95 and the lightness value of fa327b is 0.59.

The process color (four color CMYK) of #fa327b color hex is 0.00, 0.80, 0.51, 0.02. Web safe color of #fa327b is #ff3366. Color #fa327b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110010 01111011
Octal 372 62 173
Decimal 250 50 123
Hex FA 32 7B

RGB Percentages of Color #fa327b

%59.10
%11.82
%29.08

CMYK Percentages of Color #fa327b

%0
%80
%51
%2

Triadic Colors of #fa327b

#fa327b #7bfa32 #327bfa

Analogous Colors of #fa327b

#fa327b #fa4d32 #fa32df

Monochromatic Colors of #fa327b

#fa327b

Complementary Color

#fa327b #32fab1

#fa327b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa327b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa327b Color CSS Codes

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

#fa327b Text Font Color

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

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


#fa327b Background Color

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

This div background color is #fa327b


#fa327b Border Color

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

This div border color is #fa327b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa327b


Comments

No comments written yet.

Please login to write comment.