Color Hex Logo

#fb75b9 Color Hex

#FB75B9
(251,117,185)
0 Favorites   0 Comments

Color spaces of #fb75b9

RGB 251117185
HSL0.920.940.72
HSV330°53°98°
CMYK 0.000.530.26   0.02
XYZ54.901936.734650.0958
Yxy36.73460.38740.2592
Hunter Lab60.609155.6259-6.5792
CIE-Lab67.077458.3162-11.1618

#fb75b9 color RGB value is (251,117,185).

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

The process color (four color CMYK) of #fb75b9 color hex is 0.00, 0.53, 0.26, 0.02. Web safe color of #fb75b9 is #ff66cc. Color #fb75b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 10111001
Octal 373 165 271
Decimal 251 117 185
Hex FB 75 B9

RGB Percentages of Color #fb75b9

%45.39
%21.16
%33.45

CMYK Percentages of Color #fb75b9

%0
%53
%26
%2

Triadic Colors of #fb75b9

#fb75b9 #b9fb75 #75b9fb

Analogous Colors of #fb75b9

#fb75b9 #fb7576 #fa75fb

Monochromatic Colors of #fb75b9

#fb75b9

Complementary Color

#fb75b9 #75fbb7

#fb75b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb75b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb75b9 Color CSS Codes

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

#fb75b9 Text Font Color

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

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


#fb75b9 Background Color

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

This div background color is #fb75b9


#fb75b9 Border Color

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

This div border color is #fb75b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb75b9


Comments

No comments written yet.

Please login to write comment.