Color Hex Logo

#fb327a Color Hex

#FB327A
(251,50,122)
0 Favorites   0 Comments

Color spaces of #fb327a

RGB 25150122
HSL0.940.960.59
HSV339°80°98°
CMYK 0.000.800.51   0.02
XYZ44.437124.195620.7405
Yxy24.19560.49720.2707
Hunter Lab49.189075.17529.4327
CIE-Lab56.283176.50119.5505

#fb327a color RGB value is (251,50,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110010 01111010
Octal 373 62 172
Decimal 251 50 122
Hex FB 32 7A

RGB Percentages of Color #fb327a

%59.34
%11.82
%28.84

CMYK Percentages of Color #fb327a

%0
%80
%51
%2

Triadic Colors of #fb327a

#fb327a #7afb32 #327afb

Analogous Colors of #fb327a

#fb327a #fb4e32 #fb32df

Monochromatic Colors of #fb327a

#fb327a

Complementary Color

#fb327a #32fbb3

#fb327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb327a Color CSS Codes

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

#fb327a Text Font Color

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

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


#fb327a Background Color

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

This div background color is #fb327a


#fb327a Border Color

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

This div border color is #fb327a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb327a


Comments

No comments written yet.

Please login to write comment.