Color Hex Logo

#fb73ec Color Hex

#FB73EC
(251,115,236)
0 Favorites   0 Comments

Color spaces of #fb73ec

RGB 251115236
HSL0.850.940.72
HSV307°54°98°
CMYK 0.000.540.06   0.02
XYZ61.054738.826883.6333
Yxy38.82680.33270.2116
Hunter Lab62.311265.8562-35.9605
CIE-Lab68.625666.6511-37.2562

#fb73ec color RGB value is (251,115,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 11101100
Octal 373 163 354
Decimal 251 115 236
Hex FB 73 EC

RGB Percentages of Color #fb73ec

%41.69
%19.10
%39.20

CMYK Percentages of Color #fb73ec

%0
%54
%6
%2

Triadic Colors of #fb73ec

#fb73ec #ecfb73 #73ecfb

Analogous Colors of #fb73ec

#fb73ec #fb73a8 #c673fb

Monochromatic Colors of #fb73ec

#fb73ec

Complementary Color

#fb73ec #73fb82

#fb73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb73ec Color CSS Codes

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

#fb73ec Text Font Color

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

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


#fb73ec Background Color

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

This div background color is #fb73ec


#fb73ec Border Color

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

This div border color is #fb73ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb73ec


Comments

No comments written yet.

Please login to write comment.