Color Hex Logo

#fb72eb Color Hex

#FB72EB
(251,114,235)
0 Favorites   0 Comments

Color spaces of #fb72eb

RGB 251114235
HSL0.850.940.72
HSV307°55°98°
CMYK 0.000.550.06   0.02
XYZ60.796438.542082.8323
Yxy38.54200.33370.2116
Hunter Lab62.082266.1592-35.6493
CIE-Lab68.418266.9359-37.0272

#fb72eb color RGB value is (251,114,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 11101011
Octal 373 162 353
Decimal 251 114 235
Hex FB 72 EB

RGB Percentages of Color #fb72eb

%41.83
%19.00
%39.17

CMYK Percentages of Color #fb72eb

%0
%55
%6
%2

Triadic Colors of #fb72eb

#fb72eb #ebfb72 #72ebfb

Analogous Colors of #fb72eb

#fb72eb #fb72a7 #c772fb

Monochromatic Colors of #fb72eb

#fb72eb

Complementary Color

#fb72eb #72fb82

#fb72eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb72eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb72eb Color CSS Codes

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

#fb72eb Text Font Color

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

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


#fb72eb Background Color

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

This div background color is #fb72eb


#fb72eb Border Color

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

This div border color is #fb72eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb72eb


Comments

No comments written yet.

Please login to write comment.