Color Hex Logo

#fb14ad Color Hex

#FB14AD
(251,20,173)
0 Favorites   0 Comments

Color spaces of #fb14ad

RGB 25120173
HSL0.890.970.53
HSV320°92°98°
CMYK 0.000.920.31   0.02
XYZ47.576624.026741.6652
Yxy24.02670.42000.2121
Hunter Lab49.017087.4747-16.0854
CIE-Lab56.114586.1596-20.8650

#fb14ad color RGB value is (251,20,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010100 10101101
Octal 373 24 255
Decimal 251 20 173
Hex FB 14 AD

RGB Percentages of Color #fb14ad

%56.53
%4.50
%38.96

CMYK Percentages of Color #fb14ad

%0
%92
%31
%2

Triadic Colors of #fb14ad

#fb14ad #adfb14 #14adfb

Analogous Colors of #fb14ad

#fb14ad #fb1439 #d614fb

Monochromatic Colors of #fb14ad

#fb14ad

Complementary Color

#fb14ad #14fb62

#fb14ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb14ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb14ad Color CSS Codes

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

#fb14ad Text Font Color

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

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


#fb14ad Background Color

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

This div background color is #fb14ad


#fb14ad Border Color

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

This div border color is #fb14ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,20,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb14ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb14ad


Comments

No comments written yet.

Please login to write comment.