Color Hex Logo

#fb3cad Color Hex

#FB3CAD
(251,60,173)
0 Favorites   0 Comments

Color spaces of #fb3cad

RGB 25160173
HSL0.900.960.61
HSV325°76°98°
CMYK 0.000.760.31   0.02
XYZ48.942326.758142.1204
Yxy26.75810.41540.2271
Hunter Lab51.728278.3621-12.0679
CIE-Lab58.749878.5637-16.8484

#fb3cad color RGB value is (251,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111100 10101101
Octal 373 74 255
Decimal 251 60 173
Hex FB 3C AD

RGB Percentages of Color #fb3cad

%51.86
%12.40
%35.74

CMYK Percentages of Color #fb3cad

%0
%76
%31
%2

Triadic Colors of #fb3cad

#fb3cad #adfb3c #3cadfb

Analogous Colors of #fb3cad

#fb3cad #fb3c4d #ea3cfb

Monochromatic Colors of #fb3cad

#fb3cad

Complementary Color

#fb3cad #3cfb8a

#fb3cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3cad Color CSS Codes

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

#fb3cad Text Font Color

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

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


#fb3cad Background Color

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

This div background color is #fb3cad


#fb3cad Border Color

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

This div border color is #fb3cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3cad


Comments

No comments written yet.

Please login to write comment.