Color Hex Logo

#fb61bb Color Hex

#FB61BB
(251,97,187)
0 Favorites   0 Comments

Color spaces of #fb61bb

RGB 25197187
HSL0.900.950.68
HSV325°61°98°
CMYK 0.000.610.25   0.02
XYZ53.028032.646550.5202
Yxy32.64650.38940.2397
Hunter Lab57.137165.6729-12.4278
CIE-Lab63.873767.3331-17.1203

#fb61bb color RGB value is (251,97,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 10111011
Octal 373 141 273
Decimal 251 97 187
Hex FB 61 BB

RGB Percentages of Color #fb61bb

%46.92
%18.13
%34.95

CMYK Percentages of Color #fb61bb

%0
%61
%25
%2

Triadic Colors of #fb61bb

#fb61bb #bbfb61 #61bbfb

Analogous Colors of #fb61bb

#fb61bb #fb616e #ee61fb

Monochromatic Colors of #fb61bb

#fb61bb

Complementary Color

#fb61bb #61fba1

#fb61bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb61bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb61bb Color CSS Codes

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

#fb61bb Text Font Color

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

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


#fb61bb Background Color

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

This div background color is #fb61bb


#fb61bb Border Color

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

This div border color is #fb61bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb61bb


Comments

No comments written yet.

Please login to write comment.