Color Hex Logo

#fb40ae Color Hex

#FB40AE
(251,64,174)
0 Favorites   0 Comments

Color spaces of #fb40ae

RGB 25164174
HSL0.900.960.62
HSV325°75°98°
CMYK 0.000.750.31   0.02
XYZ49.257027.232042.7046
Yxy27.23200.41330.2285
Hunter Lab52.184377.1645-11.9905
CIE-Lab59.188577.5298-16.7626

#fb40ae color RGB value is (251,64,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000000 10101110
Octal 373 100 256
Decimal 251 64 174
Hex FB 40 AE

RGB Percentages of Color #fb40ae

%51.33
%13.09
%35.58

CMYK Percentages of Color #fb40ae

%0
%75
%31
%2

Triadic Colors of #fb40ae

#fb40ae #aefb40 #40aefb

Analogous Colors of #fb40ae

#fb40ae #fb4051 #eb40fb

Monochromatic Colors of #fb40ae

#fb40ae

Complementary Color

#fb40ae #40fb8d

#fb40ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb40ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb40ae Color CSS Codes

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

#fb40ae Text Font Color

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

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


#fb40ae Background Color

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

This div background color is #fb40ae


#fb40ae Border Color

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

This div border color is #fb40ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb40ae

Related Colors

#fb40ae Color Palettes


Comments

No comments written yet.

Please login to write comment.