Color Hex Logo

#fb10ad Color Hex

#FB10AD
(251,16,173)
0 Favorites   0 Comments

Color spaces of #fb10ad

RGB 25116173
HSL0.890.970.52
HSV320°94°98°
CMYK 0.000.940.31   0.02
XYZ47.511823.896941.6436
Yxy23.89690.42030.2114
Hunter Lab48.884587.9400-16.2887
CIE-Lab55.984486.5400-21.0642

#fb10ad color RGB value is (251,16,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010000 10101101
Octal 373 20 255
Decimal 251 16 173
Hex FB 10 AD

RGB Percentages of Color #fb10ad

%57.05
%3.64
%39.32

CMYK Percentages of Color #fb10ad

%0
%94
%31
%2

Triadic Colors of #fb10ad

#fb10ad #adfb10 #10adfb

Analogous Colors of #fb10ad

#fb10ad #fb1037 #d410fb

Monochromatic Colors of #fb10ad

#fb10ad

Complementary Color

#fb10ad #10fb5e

#fb10ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb10ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb10ad Color CSS Codes

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

#fb10ad Text Font Color

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

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


#fb10ad Background Color

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

This div background color is #fb10ad


#fb10ad Border Color

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

This div border color is #fb10ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb10ad


Comments

No comments written yet.

Please login to write comment.