Color Hex Logo

#fb51ae Color Hex

#FB51AE
(251,81,174)
0 Favorites   0 Comments

Color spaces of #fb51ae

RGB 25181174
HSL0.910.960.65
HSV327°68°98°
CMYK 0.000.680.31   0.02
XYZ50.366129.450143.0742
Yxy29.45010.40980.2396
Hunter Lab54.267970.6970-9.0728
CIE-Lab61.176871.9513-13.7555

#fb51ae color RGB value is (251,81,174).

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

The process color (four color CMYK) of #fb51ae color hex is 0.00, 0.68, 0.31, 0.02. Web safe color of #fb51ae is #ff6699. Color #fb51ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010001 10101110
Octal 373 121 256
Decimal 251 81 174
Hex FB 51 AE

RGB Percentages of Color #fb51ae

%49.60
%16.01
%34.39

CMYK Percentages of Color #fb51ae

%0
%68
%31
%2

Triadic Colors of #fb51ae

#fb51ae #aefb51 #51aefb

Analogous Colors of #fb51ae

#fb51ae #fb5159 #f351fb

Monochromatic Colors of #fb51ae

#fb51ae

Complementary Color

#fb51ae #51fb9e

#fb51ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb51ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb51ae Color CSS Codes

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

#fb51ae Text Font Color

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

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


#fb51ae Background Color

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

This div background color is #fb51ae


#fb51ae Border Color

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

This div border color is #fb51ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb51ae

Related Colors


Comments

No comments written yet.

Please login to write comment.