Color Hex Logo

#fb7aaf Color Hex

#FB7AAF
(251,122,175)
0 Favorites   0 Comments

Color spaces of #fb7aaf

RGB 251122175
HSL0.930.940.73
HSV335°51°98°
CMYK 0.000.510.30   0.02
XYZ54.481137.523444.9287
Yxy37.52340.39790.2740
Hunter Lab61.256351.5584-0.6070
CIE-Lab67.667954.7046-4.6416

#fb7aaf color RGB value is (251,122,175).

#fb7aaf hex color red value is 251, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fb7aaf hue: 0.93 , saturation: 0.94 and the lightness value of fb7aaf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111010 10101111
Octal 373 172 257
Decimal 251 122 175
Hex FB 7A AF

RGB Percentages of Color #fb7aaf

%45.80
%22.26
%31.93

CMYK Percentages of Color #fb7aaf

%0
%51
%30
%2

Triadic Colors of #fb7aaf

#fb7aaf #affb7a #7aaffb

Analogous Colors of #fb7aaf

#fb7aaf #fb867a #fb7af0

Monochromatic Colors of #fb7aaf

#fb7aaf

Complementary Color

#fb7aaf #7afbc6

#fb7aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7aaf Color CSS Codes

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

#fb7aaf Text Font Color

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

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


#fb7aaf Background Color

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

This div background color is #fb7aaf


#fb7aaf Border Color

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

This div border color is #fb7aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7aaf


Comments

No comments written yet.

Please login to write comment.