Color Hex Logo

#fb1cad Color Hex

#FB1CAD
(251,28,173)
0 Favorites   0 Comments

Color spaces of #fb1cad

RGB 25128173
HSL0.890.970.55
HSV321°89°98°
CMYK 0.000.890.31   0.02
XYZ47.741724.356941.7202
Yxy24.35690.41950.2140
Hunter Lab49.352786.3060-15.5738
CIE-Lab56.443485.2008-20.3619

#fb1cad color RGB value is (251,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011100 10101101
Octal 373 34 255
Decimal 251 28 173
Hex FB 1C AD

RGB Percentages of Color #fb1cad

%55.53
%6.19
%38.27

CMYK Percentages of Color #fb1cad

%0
%89
%31
%2

Triadic Colors of #fb1cad

#fb1cad #adfb1c #1cadfb

Analogous Colors of #fb1cad

#fb1cad #fb1c3e #da1cfb

Monochromatic Colors of #fb1cad

#fb1cad

Complementary Color

#fb1cad #1cfb6a

#fb1cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1cad Color CSS Codes

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

#fb1cad Text Font Color

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

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


#fb1cad Background Color

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

This div background color is #fb1cad


#fb1cad Border Color

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

This div border color is #fb1cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1cad


Comments

No comments written yet.

Please login to write comment.