Color Hex Logo

#fb5a7e Color Hex

#FB5A7E
(251,90,126)
0 Favorites   0 Comments

Color spaces of #fb5a7e

RGB 25190126
HSL0.960.950.67
HSV347°64°98°
CMYK 0.000.640.50   0.02
XYZ47.205729.327922.9115
Yxy29.32790.47470.2949
Hunter Lab54.155260.822112.8248
CIE-Lab61.069963.765713.9210

#fb5a7e color RGB value is (251,90,126).

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

The process color (four color CMYK) of #fb5a7e color hex is 0.00, 0.64, 0.50, 0.02. Web safe color of #fb5a7e is #ff6666. Color #fb5a7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011010 01111110
Octal 373 132 176
Decimal 251 90 126
Hex FB 5A 7E

RGB Percentages of Color #fb5a7e

%53.75
%19.27
%26.98

CMYK Percentages of Color #fb5a7e

%0
%64
%50
%2

Triadic Colors of #fb5a7e

#fb5a7e #7efb5a #5a7efb

Analogous Colors of #fb5a7e

#fb5a7e #fb875a #fb5acf

Monochromatic Colors of #fb5a7e

#fb5a7e

Complementary Color

#fb5a7e #5afbd7

#fb5a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5a7e Color CSS Codes

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

#fb5a7e Text Font Color

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

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


#fb5a7e Background Color

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

This div background color is #fb5a7e


#fb5a7e Border Color

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

This div border color is #fb5a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5a7e

Related Colors


Comments

No comments written yet.

Please login to write comment.