Color Hex Logo

#fb758f Color Hex

#FB758F
(251,117,143)
0 Favorites   0 Comments

Color spaces of #fb758f

RGB 251117143
HSL0.970.940.72
HSV348°53°98°
CMYK 0.000.530.43   0.02
XYZ51.102935.215030.0904
Yxy35.21500.43900.3025
Hunter Lab59.342249.867411.4756
CIE-Lab65.915753.488510.9615

#fb758f color RGB value is (251,117,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 10001111
Octal 373 165 217
Decimal 251 117 143
Hex FB 75 8F

RGB Percentages of Color #fb758f

%49.12
%22.90
%27.98

CMYK Percentages of Color #fb758f

%0
%53
%43
%2

Triadic Colors of #fb758f

#fb758f #8ffb75 #758ffb

Analogous Colors of #fb758f

#fb758f #fb9e75 #fb75d2

Monochromatic Colors of #fb758f

#fb758f

Complementary Color

#fb758f #75fbe1

#fb758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb758f Color CSS Codes

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

#fb758f Text Font Color

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

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


#fb758f Background Color

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

This div background color is #fb758f


#fb758f Border Color

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

This div border color is #fb758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb758f


Comments

No comments written yet.

Please login to write comment.