Color Hex Logo

#fb04ae Color Hex

#FB04AE
(251,4,174)
0 Favorites   0 Comments

Color spaces of #fb04ae

RGB 2514174
HSL0.890.970.50
HSV319°98°98°
CMYK 0.000.980.31   0.02
XYZ47.467123.652142.1079
Yxy23.65210.41920.2089
Hunter Lab48.633489.1107-17.2912
CIE-Lab55.737887.4787-22.0270

#fb04ae color RGB value is (251,4,174).

#fb04ae hex color red value is 251, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fb04ae hue: 0.89 , saturation: 0.97 and the lightness value of fb04ae is 0.50.

The process color (four color CMYK) of #fb04ae color hex is 0.00, 0.98, 0.31, 0.02. Web safe color of #fb04ae is #ff0099. Color #fb04ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000100 10101110
Octal 373 4 256
Decimal 251 4 174
Hex FB 4 AE

RGB Percentages of Color #fb04ae

%58.51
%0.93
%40.56

CMYK Percentages of Color #fb04ae

%0
%98
%31
%2

Triadic Colors of #fb04ae

#fb04ae #aefb04 #04aefb

Analogous Colors of #fb04ae

#fb04ae #fb0432 #cd04fb

Monochromatic Colors of #fb04ae

#fb04ae

Complementary Color

#fb04ae #04fb51

#fb04ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb04ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb04ae Color CSS Codes

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

#fb04ae Text Font Color

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

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


#fb04ae Background Color

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

This div background color is #fb04ae


#fb04ae Border Color

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

This div border color is #fb04ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb04ae


Comments

No comments written yet.

Please login to write comment.