Color Hex Logo

#fb75df Color Hex

#FB75DF
(251,117,223)
0 Favorites   0 Comments

Color spaces of #fb75df

RGB 251117223
HSL0.870.940.72
HSV313°53°98°
CMYK 0.000.530.11   0.02
XYZ59.464238.559574.1207
Yxy38.55950.34540.2240
Hunter Lab62.096362.2653-27.3036
CIE-Lab68.431063.7108-30.3661

#fb75df color RGB value is (251,117,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 11011111
Octal 373 165 337
Decimal 251 117 223
Hex FB 75 DF

RGB Percentages of Color #fb75df

%42.47
%19.80
%37.73

CMYK Percentages of Color #fb75df

%0
%53
%11
%2

Triadic Colors of #fb75df

#fb75df #dffb75 #75dffb

Analogous Colors of #fb75df

#fb75df #fb759c #d475fb

Monochromatic Colors of #fb75df

#fb75df

Complementary Color

#fb75df #75fb91

#fb75df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb75df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb75df Color CSS Codes

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

#fb75df Text Font Color

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

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


#fb75df Background Color

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

This div background color is #fb75df


#fb75df Border Color

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

This div border color is #fb75df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb75df

Related Colors


Comments

No comments written yet.

Please login to write comment.