Color Hex Logo

#fb7bad Color Hex

#FB7BAD
(251,123,173)
0 Favorites   0 Comments

Color spaces of #fb7bad

RGB 251123173
HSL0.930.940.73
HSV337°51°98°
CMYK 0.000.510.31   0.02
XYZ54.409437.692343.9428
Yxy37.69230.39990.2771
Hunter Lab61.394150.75290.5390
CIE-Lab67.793253.9820-3.3283

#fb7bad color RGB value is (251,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111011 10101101
Octal 373 173 255
Decimal 251 123 173
Hex FB 7B AD

RGB Percentages of Color #fb7bad

%45.89
%22.49
%31.63

CMYK Percentages of Color #fb7bad

%0
%51
%31
%2

Triadic Colors of #fb7bad

#fb7bad #adfb7b #7badfb

Analogous Colors of #fb7bad

#fb7bad #fb897b #fb7bed

Monochromatic Colors of #fb7bad

#fb7bad

Complementary Color

#fb7bad #7bfbc9

#fb7bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7bad Color CSS Codes

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

#fb7bad Text Font Color

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

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


#fb7bad Background Color

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

This div background color is #fb7bad


#fb7bad Border Color

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

This div border color is #fb7bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7bad


Comments

No comments written yet.

Please login to write comment.