Color Hex Logo

#fb537a Color Hex

#FB537A
(251,83,122)
0 Favorites   0 Comments

Color spaces of #fb537a

RGB 25183122
HSL0.960.950.65
HSV346°67°98°
CMYK 0.000.670.51   0.02
XYZ46.389828.100921.3914
Yxy28.10090.48380.2931
Hunter Lab53.010363.439013.1817
CIE-Lab59.979866.170114.7327

#fb537a color RGB value is (251,83,122).

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

The process color (four color CMYK) of #fb537a color hex is 0.00, 0.67, 0.51, 0.02. Web safe color of #fb537a is #ff6666. Color #fb537a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 01111010
Octal 373 123 172
Decimal 251 83 122
Hex FB 53 7A

RGB Percentages of Color #fb537a

%55.04
%18.20
%26.75

CMYK Percentages of Color #fb537a

%0
%67
%51
%2

Triadic Colors of #fb537a

#fb537a #7afb53 #537afb

Analogous Colors of #fb537a

#fb537a #fb8053 #fb53ce

Monochromatic Colors of #fb537a

#fb537a

Complementary Color

#fb537a #53fbd4

#fb537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb537a Color CSS Codes

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

#fb537a Text Font Color

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

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


#fb537a Background Color

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

This div background color is #fb537a


#fb537a Border Color

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

This div border color is #fb537a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,83,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 #fb537a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb537a


Comments

No comments written yet.

Please login to write comment.