Color Hex Logo

#fb61be Color Hex

#FB61BE
(251,97,190)
0 Favorites   0 Comments

Color spaces of #fb61be

RGB 25197190
HSL0.900.950.68
HSV324°61°98°
CMYK 0.000.610.24   0.02
XYZ53.352632.776352.2297
Yxy32.77630.38560.2369
Hunter Lab57.250666.1580-14.0148
CIE-Lab63.979467.7155-18.6651

#fb61be color RGB value is (251,97,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 10111110
Octal 373 141 276
Decimal 251 97 190
Hex FB 61 BE

RGB Percentages of Color #fb61be

%46.65
%18.03
%35.32

CMYK Percentages of Color #fb61be

%0
%61
%24
%2

Triadic Colors of #fb61be

#fb61be #befb61 #61befb

Analogous Colors of #fb61be

#fb61be #fb6171 #eb61fb

Monochromatic Colors of #fb61be

#fb61be

Complementary Color

#fb61be #61fb9e

#fb61be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb61be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb61be Color CSS Codes

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

#fb61be Text Font Color

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

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


#fb61be Background Color

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

This div background color is #fb61be


#fb61be Border Color

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

This div border color is #fb61be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb61be


Comments

No comments written yet.

Please login to write comment.