Color Hex Logo

#fb57aa Color Hex

#FB57AA
(251,87,170)
0 Favorites   0 Comments

Color spaces of #fb57aa

RGB 25187170
HSL0.920.950.66
HSV330°65°98°
CMYK 0.000.650.32   0.02
XYZ50.447630.227941.2059
Yxy30.22790.41390.2480
Hunter Lab54.979967.5704-5.9503
CIE-Lab61.850469.2662-10.4401

#fb57aa color RGB value is (251,87,170).

#fb57aa hex color red value is 251, green value is 87 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fb57aa hue: 0.92 , saturation: 0.95 and the lightness value of fb57aa is 0.66.

The process color (four color CMYK) of #fb57aa color hex is 0.00, 0.65, 0.32, 0.02. Web safe color of #fb57aa is #ff6699. Color #fb57aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 10101010
Octal 373 127 252
Decimal 251 87 170
Hex FB 57 AA

RGB Percentages of Color #fb57aa

%49.41
%17.13
%33.46

CMYK Percentages of Color #fb57aa

%0
%65
%32
%2

Triadic Colors of #fb57aa

#fb57aa #aafb57 #57aafb

Analogous Colors of #fb57aa

#fb57aa #fb5758 #fa57fb

Monochromatic Colors of #fb57aa

#fb57aa

Complementary Color

#fb57aa #57fba8

#fb57aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57aa Color CSS Codes

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

#fb57aa Text Font Color

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

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


#fb57aa Background Color

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

This div background color is #fb57aa


#fb57aa Border Color

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

This div border color is #fb57aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57aa


Comments

No comments written yet.

Please login to write comment.