Color Hex Logo

#fb57fb Color Hex

#FB57FB
(251,87,251)
0 Favorites   0 Comments

Color spaces of #fb57fb

RGB 25187251
HSL0.830.950.66
HSV300°65°98°
CMYK 0.000.650.00   0.02
XYZ60.604434.290794.6913
Yxy34.29070.31970.1809
Hunter Lab58.558382.2602-54.8838
CIE-Lab65.192780.3850-50.9159

#fb57fb color RGB value is (251,87,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 11111011
Octal 373 127 373
Decimal 251 87 251
Hex FB 57 FB

RGB Percentages of Color #fb57fb

%42.61
%14.77
%42.61

CMYK Percentages of Color #fb57fb

%0
%65
%0
%2

Triadic Colors of #fb57fb

#fb57fb #fbfb57 #57fbfb

Analogous Colors of #fb57fb

#fb57fb #fb57a9 #a957fb

Monochromatic Colors of #fb57fb

#fb57fb

Complementary Color

#fb57fb #57fb57

#fb57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57fb Color CSS Codes

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

#fb57fb Text Font Color

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

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


#fb57fb Background Color

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

This div background color is #fb57fb


#fb57fb Border Color

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

This div border color is #fb57fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57fb

Related Colors


Comments

No comments written yet.

Please login to write comment.