Color Hex Logo

#ff5bab Color Hex

#FF5BAB
(255,91,171)
0 Favorites   0 Comments

Color spaces of #ff5bab

RGB 25591171
HSL0.921.000.68
HSV331°64°100°
CMYK 0.000.640.33   0.00
XYZ52.331831.682441.8852
Yxy31.68240.41570.2516
Hunter Lab56.287167.4543-4.7188
CIE-Lab63.079568.9467-9.1115

#ff5bab color RGB value is (255,91,171).

#ff5bab hex color red value is 255, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ff5bab hue: 0.92 , saturation: 1.00 and the lightness value of ff5bab is 0.68.

The process color (four color CMYK) of #ff5bab color hex is 0.00, 0.64, 0.33, 0.00. Web safe color of #ff5bab is #ff6699. Color #ff5bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01011011 10101011
Octal 377 133 253
Decimal 255 91 171
Hex FF 5B AB

RGB Percentages of Color #ff5bab

%49.32
%17.60
%33.08

CMYK Percentages of Color #ff5bab

%0
%64
%33
%0

Triadic Colors of #ff5bab

#ff5bab #abff5b #5babff

Analogous Colors of #ff5bab

#ff5bab #ff5d5b #ff5bfd

Monochromatic Colors of #ff5bab

#ff5bab

Complementary Color

#ff5bab #5bffaf

#ff5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff5bab Color CSS Codes

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

#ff5bab Text Font Color

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

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


#ff5bab Background Color

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

This div background color is #ff5bab


#ff5bab Border Color

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

This div border color is #ff5bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,91,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff5bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff5bab;
  -webkit-box-shadow: 1px 1px 3px 2px #ff5bab;
  box-shadow:         1px 1px 3px 2px #ff5bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,91,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff5bab

Related Colors

#ff5bab Color Palettes


Comments

No comments written yet.

Please login to write comment.