Color Hex Logo

#fb3bae Color Hex

#FB3BAE
(251,59,174)
0 Favorites   0 Comments

Color spaces of #fb3bae

RGB 25159174
HSL0.900.960.61
HSV324°76°98°
CMYK 0.000.760.31   0.02
XYZ48.987626.693242.6148
Yxy26.69320.41410.2256
Hunter Lab51.665578.8336-12.7379
CIE-Lab58.689378.9480-17.5206

#fb3bae color RGB value is (251,59,174).

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

The process color (four color CMYK) of #fb3bae color hex is 0.00, 0.76, 0.31, 0.02. Web safe color of #fb3bae is #ff3399. Color #fb3bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111011 10101110
Octal 373 73 256
Decimal 251 59 174
Hex FB 3B AE

RGB Percentages of Color #fb3bae

%51.86
%12.19
%35.95

CMYK Percentages of Color #fb3bae

%0
%76
%31
%2

Triadic Colors of #fb3bae

#fb3bae #aefb3b #3baefb

Analogous Colors of #fb3bae

#fb3bae #fb3b4e #e83bfb

Monochromatic Colors of #fb3bae

#fb3bae

Complementary Color

#fb3bae #3bfb88

#fb3bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3bae Color CSS Codes

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

#fb3bae Text Font Color

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

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


#fb3bae Background Color

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

This div background color is #fb3bae


#fb3bae Border Color

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

This div border color is #fb3bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3bae


Comments

No comments written yet.

Please login to write comment.