Color Hex Logo

#fb75eb Color Hex

#FB75EB
(251,117,235)
0 Favorites   0 Comments

Color spaces of #fb75eb

RGB 251117235
HSL0.850.940.72
HSV307°53°98°
CMYK 0.000.530.06   0.02
XYZ61.140339.230082.9470
Yxy39.23000.33350.2140
Hunter Lab62.633964.6343-34.6750
CIE-Lab68.917565.5943-36.2505

#fb75eb color RGB value is (251,117,235).

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

The process color (four color CMYK) of #fb75eb color hex is 0.00, 0.53, 0.06, 0.02. Web safe color of #fb75eb is #ff66ff. Color #fb75eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 11101011
Octal 373 165 353
Decimal 251 117 235
Hex FB 75 EB

RGB Percentages of Color #fb75eb

%41.63
%19.40
%38.97

CMYK Percentages of Color #fb75eb

%0
%53
%6
%2

Triadic Colors of #fb75eb

#fb75eb #ebfb75 #75ebfb

Analogous Colors of #fb75eb

#fb75eb #fb75a8 #c875fb

Monochromatic Colors of #fb75eb

#fb75eb

Complementary Color

#fb75eb #75fb85

#fb75eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb75eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb75eb Color CSS Codes

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

#fb75eb Text Font Color

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

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


#fb75eb Background Color

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

This div background color is #fb75eb


#fb75eb Border Color

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

This div border color is #fb75eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb75eb


Comments

No comments written yet.

Please login to write comment.