Color Hex Logo

#fb57be Color Hex

#FB57BE
(251,87,190)
0 Favorites   0 Comments

Color spaces of #fb57be

RGB 25187190
HSL0.900.950.66
HSV322°65°98°
CMYK 0.000.650.24   0.02
XYZ52.486131.043351.9408
Yxy31.04330.38740.2292
Hunter Lab55.716570.6468-16.2706
CIE-Lab62.544271.6567-20.8504

#fb57be color RGB value is (251,87,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 10111110
Octal 373 127 276
Decimal 251 87 190
Hex FB 57 BE

RGB Percentages of Color #fb57be

%47.54
%16.48
%35.98

CMYK Percentages of Color #fb57be

%0
%65
%24
%2

Triadic Colors of #fb57be

#fb57be #befb57 #57befb

Analogous Colors of #fb57be

#fb57be #fb576c #e657fb

Monochromatic Colors of #fb57be

#fb57be

Complementary Color

#fb57be #57fb94

#fb57be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57be Color CSS Codes

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

#fb57be Text Font Color

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

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


#fb57be Background Color

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

This div background color is #fb57be


#fb57be Border Color

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

This div border color is #fb57be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57be

Related Colors


Comments

No comments written yet.

Please login to write comment.