Color Hex Logo

#fa325b Color Hex

#FA325B
(250,50,91)
0 Favorites   0 Comments

Color spaces of #fa325b

RGB 2505091
HSL0.970.950.59
HSV348°80°98°
CMYK 0.000.800.64   0.02
XYZ42.453323.360512.1690
Yxy23.36050.54440.2996
Hunter Lab48.332772.204318.9051
CIE-Lab55.441774.264726.8380

#fa325b color RGB value is (250,50,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110010 01011011
Octal 372 62 133
Decimal 250 50 91
Hex FA 32 5B

RGB Percentages of Color #fa325b

%63.94
%12.79
%23.27

CMYK Percentages of Color #fa325b

%0
%80
%64
%2

Triadic Colors of #fa325b

#fa325b #5bfa32 #325bfa

Analogous Colors of #fa325b

#fa325b #fa6d32 #fa32bf

Monochromatic Colors of #fa325b

#fa325b

Complementary Color

#fa325b #32fad1

#fa325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa325b Color CSS Codes

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

#fa325b Text Font Color

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

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


#fa325b Background Color

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

This div background color is #fa325b


#fa325b Border Color

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

This div border color is #fa325b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa325b


Comments

No comments written yet.

Please login to write comment.