Color Hex Logo

#fb51ec Color Hex

#FB51EC
(251,81,236)
0 Favorites   0 Comments

Color spaces of #fb51ec

RGB 25181236
HSL0.850.960.65
HSV305°68°98°
CMYK 0.000.680.06   0.02
XYZ57.866432.450282.5705
Yxy32.45020.33470.1877
Hunter Lab56.965181.6354-46.0649
CIE-Lab63.713280.1809-44.9466

#fb51ec color RGB value is (251,81,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 11101100
Octal 373 121 354
Decimal 251 81 236
Hex FB 51 EC

RGB Percentages of Color #fb51ec

%44.19
%14.26
%41.55

CMYK Percentages of Color #fb51ec

%0
%68
%6
%2

Triadic Colors of #fb51ec

#fb51ec #ecfb51 #51ecfb

Analogous Colors of #fb51ec

#fb51ec #fb5197 #b551fb

Monochromatic Colors of #fb51ec

#fb51ec

Complementary Color

#fb51ec #51fb60

#fb51ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb51ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb51ec Color CSS Codes

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

#fb51ec Text Font Color

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

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


#fb51ec Background Color

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

This div background color is #fb51ec


#fb51ec Border Color

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

This div border color is #fb51ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb51ec


Comments

No comments written yet.

Please login to write comment.