Color Hex Logo

#fb53bb Color Hex

#FB53BB
(251,83,187)
0 Favorites   0 Comments

Color spaces of #fb53bb

RGB 25183187
HSL0.900.950.65
HSV323°67°98°
CMYK 0.000.670.25   0.02
XYZ51.846630.283650.1264
Yxy30.28360.39200.2290
Hunter Lab55.030571.8690-15.4849
CIE-Lab61.898272.7684-20.1230

#fb53bb color RGB value is (251,83,187).

#fb53bb hex color red value is 251, green value is 83 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fb53bb hue: 0.90 , saturation: 0.95 and the lightness value of fb53bb is 0.65.

The process color (four color CMYK) of #fb53bb color hex is 0.00, 0.67, 0.25, 0.02. Web safe color of #fb53bb is #ff66cc. Color #fb53bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 10111011
Octal 373 123 273
Decimal 251 83 187
Hex FB 53 BB

RGB Percentages of Color #fb53bb

%48.18
%15.93
%35.89

CMYK Percentages of Color #fb53bb

%0
%67
%25
%2

Triadic Colors of #fb53bb

#fb53bb #bbfb53 #53bbfb

Analogous Colors of #fb53bb

#fb53bb #fb5367 #e753fb

Monochromatic Colors of #fb53bb

#fb53bb

Complementary Color

#fb53bb #53fb93

#fb53bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb53bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb53bb Color CSS Codes

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

#fb53bb Text Font Color

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

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


#fb53bb Background Color

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

This div background color is #fb53bb


#fb53bb Border Color

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

This div border color is #fb53bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb53bb

Related Colors


Comments

No comments written yet.

Please login to write comment.