Color Hex Logo

#fb47ae Color Hex

#FB47AE
(251,71,174)
0 Favorites   0 Comments

Color spaces of #fb47ae

RGB 25171174
HSL0.900.960.63
HSV326°72°98°
CMYK 0.000.720.31   0.02
XYZ49.676928.071742.8445
Yxy28.07170.41190.2328
Hunter Lab52.982774.6428-10.8570
CIE-Lab59.953575.3704-15.6034

#fb47ae color RGB value is (251,71,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 10101110
Octal 373 107 256
Decimal 251 71 174
Hex FB 47 AE

RGB Percentages of Color #fb47ae

%50.60
%14.31
%35.08

CMYK Percentages of Color #fb47ae

%0
%72
%31
%2

Triadic Colors of #fb47ae

#fb47ae #aefb47 #47aefb

Analogous Colors of #fb47ae

#fb47ae #fb4754 #ee47fb

Monochromatic Colors of #fb47ae

#fb47ae

Complementary Color

#fb47ae #47fb94

#fb47ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb47ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb47ae Color CSS Codes

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

#fb47ae Text Font Color

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

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


#fb47ae Background Color

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

This div background color is #fb47ae


#fb47ae Border Color

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

This div border color is #fb47ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb47ae


Comments

No comments written yet.

Please login to write comment.