Color Hex Logo

#fb5acb Color Hex

#FB5ACB
(251,90,203)
0 Favorites   0 Comments

Color spaces of #fb5acb

RGB 25190203
HSL0.880.950.67
HSV318°64°98°
CMYK 0.000.640.19   0.02
XYZ54.219332.133459.8446
Yxy32.13340.37090.2198
Hunter Lab56.686371.5305-22.9129
CIE-Lab63.453072.2059-26.8389

#fb5acb color RGB value is (251,90,203).

#fb5acb hex color red value is 251, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fb5acb hue: 0.88 , saturation: 0.95 and the lightness value of fb5acb is 0.67.

The process color (four color CMYK) of #fb5acb color hex is 0.00, 0.64, 0.19, 0.02. Web safe color of #fb5acb is #ff66cc. Color #fb5acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011010 11001011
Octal 373 132 313
Decimal 251 90 203
Hex FB 5A CB

RGB Percentages of Color #fb5acb

%46.14
%16.54
%37.32

CMYK Percentages of Color #fb5acb

%0
%64
%19
%2

Triadic Colors of #fb5acb

#fb5acb #cbfb5a #5acbfb

Analogous Colors of #fb5acb

#fb5acb #fb5a7b #db5afb

Monochromatic Colors of #fb5acb

#fb5acb

Complementary Color

#fb5acb #5afb8a

#fb5acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5acb Color CSS Codes

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

#fb5acb Text Font Color

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

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


#fb5acb Background Color

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

This div background color is #fb5acb


#fb5acb Border Color

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

This div border color is #fb5acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5acb


Comments

No comments written yet.

Please login to write comment.