Color Hex Logo

#fb57b4 Color Hex

#FB57B4
(251,87,180)
0 Favorites   0 Comments

Color spaces of #fb57b4

RGB 25187180
HSL0.910.950.66
HSV326°65°98°
CMYK 0.000.650.28   0.02
XYZ51.430130.620946.3798
Yxy30.62090.40040.2384
Hunter Lab55.336269.0618-10.9584
CIE-Lab62.186370.4295-15.6786

#fb57b4 color RGB value is (251,87,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 10110100
Octal 373 127 264
Decimal 251 87 180
Hex FB 57 B4

RGB Percentages of Color #fb57b4

%48.46
%16.80
%34.75

CMYK Percentages of Color #fb57b4

%0
%65
%28
%2

Triadic Colors of #fb57b4

#fb57b4 #b4fb57 #57b4fb

Analogous Colors of #fb57b4

#fb57b4 #fb5762 #f057fb

Monochromatic Colors of #fb57b4

#fb57b4

Complementary Color

#fb57b4 #57fb9e

#fb57b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57b4 Color CSS Codes

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

#fb57b4 Text Font Color

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

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


#fb57b4 Background Color

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

This div background color is #fb57b4


#fb57b4 Border Color

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

This div border color is #fb57b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57b4


Comments

No comments written yet.

Please login to write comment.