Color Hex Logo

#fb37aa Color Hex

#FB37AA
(251,55,170)
0 Favorites   0 Comments

Color spaces of #fb37aa

RGB 25155170
HSL0.900.960.60
HSV325°78°98°
CMYK 0.000.780.32   0.02
XYZ48.405526.143940.5252
Yxy26.14390.42060.2272
Hunter Lab51.131179.5054-11.2000
CIE-Lab58.173479.5774-15.9787

#fb37aa color RGB value is (251,55,170).

#fb37aa hex color red value is 251, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb37aa hue: 0.90 , saturation: 0.96 and the lightness value of fb37aa is 0.60.

The process color (four color CMYK) of #fb37aa color hex is 0.00, 0.78, 0.32, 0.02. Web safe color of #fb37aa is #ff3399. Color #fb37aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110111 10101010
Octal 373 67 252
Decimal 251 55 170
Hex FB 37 AA

RGB Percentages of Color #fb37aa

%52.73
%11.55
%35.71

CMYK Percentages of Color #fb37aa

%0
%78
%32
%2

Triadic Colors of #fb37aa

#fb37aa #aafb37 #37aafb

Analogous Colors of #fb37aa

#fb37aa #fb3748 #ea37fb

Monochromatic Colors of #fb37aa

#fb37aa

Complementary Color

#fb37aa #37fb88

#fb37aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb37aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb37aa Color CSS Codes

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

#fb37aa Text Font Color

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

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


#fb37aa Background Color

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

This div background color is #fb37aa


#fb37aa Border Color

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

This div border color is #fb37aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb37aa


Comments

No comments written yet.

Please login to write comment.