Color Hex Logo

#fb2cad Color Hex

#FB2CAD
(251,44,173)
0 Favorites   0 Comments

Color spaces of #fb2cad

RGB 25144173
HSL0.900.960.58
HSV323°82°98°
CMYK 0.000.820.31   0.02
XYZ48.227225.327741.8820
Yxy25.32770.41780.2194
Hunter Lab50.326682.9821-14.1127
CIE-Lab57.393382.4489-18.9116

#fb2cad color RGB value is (251,44,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101100 10101101
Octal 373 54 255
Decimal 251 44 173
Hex FB 2C AD

RGB Percentages of Color #fb2cad

%53.63
%9.40
%36.97

CMYK Percentages of Color #fb2cad

%0
%82
%31
%2

Triadic Colors of #fb2cad

#fb2cad #adfb2c #2cadfb

Analogous Colors of #fb2cad

#fb2cad #fb2c45 #e22cfb

Monochromatic Colors of #fb2cad

#fb2cad

Complementary Color

#fb2cad #2cfb7a

#fb2cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb2cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb2cad Color CSS Codes

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

#fb2cad Text Font Color

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

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


#fb2cad Background Color

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

This div background color is #fb2cad


#fb2cad Border Color

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

This div border color is #fb2cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb2cad

Related Colors


Comments

No comments written yet.

Please login to write comment.