Color Hex Logo

#fb51ea Color Hex

#FB51EA
(251,81,234)
0 Favorites   0 Comments

Color spaces of #fb51ea

RGB 25181234
HSL0.850.960.65
HSV306°68°98°
CMYK 0.000.680.07   0.02
XYZ57.577432.334681.0484
Yxy32.33460.33680.1891
Hunter Lab56.863581.2298-44.7024
CIE-Lab63.618579.8827-43.9824

#fb51ea color RGB value is (251,81,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 11101010
Octal 373 121 352
Decimal 251 81 234
Hex FB 51 EA

RGB Percentages of Color #fb51ea

%44.35
%14.31
%41.34

CMYK Percentages of Color #fb51ea

%0
%68
%7
%2

Triadic Colors of #fb51ea

#fb51ea #eafb51 #51eafb

Analogous Colors of #fb51ea

#fb51ea #fb5195 #b751fb

Monochromatic Colors of #fb51ea

#fb51ea

Complementary Color

#fb51ea #51fb62

#fb51ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb51ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb51ea Color CSS Codes

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

#fb51ea Text Font Color

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

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


#fb51ea Background Color

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

This div background color is #fb51ea


#fb51ea Border Color

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

This div border color is #fb51ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb51ea

Related Colors


Comments

No comments written yet.

Please login to write comment.