Color Hex Logo

#fb5abf Color Hex

#FB5ABF
(251,90,191)
0 Favorites   0 Comments

Color spaces of #fb5abf

RGB 25190191
HSL0.900.950.67
HSV322°64°98°
CMYK 0.000.640.24   0.02
XYZ52.843831.583152.6012
Yxy31.58310.38560.2305
Hunter Lab56.198869.4957-16.1553
CIE-Lab62.996870.6354-20.7295

#fb5abf color RGB value is (251,90,191).

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

The process color (four color CMYK) of #fb5abf color hex is 0.00, 0.64, 0.24, 0.02. Web safe color of #fb5abf is #ff66cc. Color #fb5abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011010 10111111
Octal 373 132 277
Decimal 251 90 191
Hex FB 5A BF

RGB Percentages of Color #fb5abf

%47.18
%16.92
%35.90

CMYK Percentages of Color #fb5abf

%0
%64
%24
%2

Triadic Colors of #fb5abf

#fb5abf #bffb5a #5abffb

Analogous Colors of #fb5abf

#fb5abf #fb5a6f #e75afb

Monochromatic Colors of #fb5abf

#fb5abf

Complementary Color

#fb5abf #5afb96

#fb5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5abf Color CSS Codes

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

#fb5abf Text Font Color

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

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


#fb5abf Background Color

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

This div background color is #fb5abf


#fb5abf Border Color

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

This div border color is #fb5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5abf


Comments

No comments written yet.

Please login to write comment.