Color Hex Logo

#fb76ab Color Hex

#FB76AB
(251,118,171)
0 Favorites   0 Comments

Color spaces of #fb76ab

RGB 251118171
HSL0.930.940.72
HSV336°53°98°
CMYK 0.000.530.32   0.02
XYZ53.612836.406442.7295
Yxy36.40640.40390.2743
Hunter Lab60.337753.01430.2489
CIE-Lab66.829356.1009-3.6172

#fb76ab color RGB value is (251,118,171).

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

The process color (four color CMYK) of #fb76ab color hex is 0.00, 0.53, 0.32, 0.02. Web safe color of #fb76ab is #ff6699. Color #fb76ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110110 10101011
Octal 373 166 253
Decimal 251 118 171
Hex FB 76 AB

RGB Percentages of Color #fb76ab

%46.48
%21.85
%31.67

CMYK Percentages of Color #fb76ab

%0
%53
%32
%2

Triadic Colors of #fb76ab

#fb76ab #abfb76 #76abfb

Analogous Colors of #fb76ab

#fb76ab #fb8476 #fb76ee

Monochromatic Colors of #fb76ab

#fb76ab

Complementary Color

#fb76ab #76fbc6

#fb76ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb76ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb76ab Color CSS Codes

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

#fb76ab Text Font Color

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

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


#fb76ab Background Color

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

This div background color is #fb76ab


#fb76ab Border Color

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

This div border color is #fb76ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb76ab


Comments

No comments written yet.

Please login to write comment.