Color Hex Logo

#fb75ab Color Hex

#FB75AB
(251,117,171)
0 Favorites   0 Comments

Color spaces of #fb75ab

RGB 251117171
HSL0.930.940.72
HSV336°53°98°
CMYK 0.000.530.32   0.02
XYZ53.495636.172142.6905
Yxy36.17210.40420.2733
Hunter Lab60.143253.51970.0154
CIE-Lab66.651256.5671-3.8797

#fb75ab color RGB value is (251,117,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 10101011
Octal 373 165 253
Decimal 251 117 171
Hex FB 75 AB

RGB Percentages of Color #fb75ab

%46.57
%21.71
%31.73

CMYK Percentages of Color #fb75ab

%0
%53
%32
%2

Triadic Colors of #fb75ab

#fb75ab #abfb75 #75abfb

Analogous Colors of #fb75ab

#fb75ab #fb8275 #fb75ee

Monochromatic Colors of #fb75ab

#fb75ab

Complementary Color

#fb75ab #75fbc5

#fb75ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb75ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb75ab Color CSS Codes

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

#fb75ab Text Font Color

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

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


#fb75ab Background Color

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

This div background color is #fb75ab


#fb75ab Border Color

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

This div border color is #fb75ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb75ab


Comments

No comments written yet.

Please login to write comment.