Color Hex Logo

#fb4aae Color Hex

#FB4AAE
(251,74,174)
0 Favorites   0 Comments

Color spaces of #fb4aae

RGB 25174174
HSL0.910.960.64
HSV326°71°98°
CMYK 0.000.710.31   0.02
XYZ49.872428.462842.9097
Yxy28.46280.41130.2348
Hunter Lab53.350573.4994-10.3414
CIE-Lab60.304674.3847-15.0723

#fb4aae color RGB value is (251,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001010 10101110
Octal 373 112 256
Decimal 251 74 174
Hex FB 4A AE

RGB Percentages of Color #fb4aae

%50.30
%14.83
%34.87

CMYK Percentages of Color #fb4aae

%0
%71
%31
%2

Triadic Colors of #fb4aae

#fb4aae #aefb4a #4aaefb

Analogous Colors of #fb4aae

#fb4aae #fb4a55 #f04afb

Monochromatic Colors of #fb4aae

#fb4aae

Complementary Color

#fb4aae #4afb97

#fb4aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4aae Color CSS Codes

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

#fb4aae Text Font Color

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

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


#fb4aae Background Color

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

This div background color is #fb4aae


#fb4aae Border Color

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

This div border color is #fb4aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4aae


Comments

No comments written yet.

Please login to write comment.