Color Hex Logo

#fb5aaf Color Hex

#FB5AAF
(251,90,175)
0 Favorites   0 Comments

Color spaces of #fb5aaf

RGB 25190175
HSL0.910.950.67
HSV328°64°98°
CMYK 0.000.640.30   0.02
XYZ51.177730.916743.8276
Yxy30.91670.40640.2455
Hunter Lab55.602866.9894-7.8120
CIE-Lab62.437368.6802-12.4334

#fb5aaf color RGB value is (251,90,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011010 10101111
Octal 373 132 257
Decimal 251 90 175
Hex FB 5A AF

RGB Percentages of Color #fb5aaf

%48.64
%17.44
%33.91

CMYK Percentages of Color #fb5aaf

%0
%64
%30
%2

Triadic Colors of #fb5aaf

#fb5aaf #affb5a #5aaffb

Analogous Colors of #fb5aaf

#fb5aaf #fb5a5f #f75afb

Monochromatic Colors of #fb5aaf

#fb5aaf

Complementary Color

#fb5aaf #5afba6

#fb5aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5aaf Color CSS Codes

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

#fb5aaf Text Font Color

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

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


#fb5aaf Background Color

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

This div background color is #fb5aaf


#fb5aaf Border Color

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

This div border color is #fb5aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5aaf


Comments

No comments written yet.

Please login to write comment.