Color Hex Logo

#fb57e0 Color Hex

#FB57E0
(251,87,224)
0 Favorites   0 Comments

Color spaces of #fb57e0

RGB 25187224
HSL0.860.950.66
HSV310°65°98°
CMYK 0.000.650.11   0.02
XYZ56.646432.707473.8486
Yxy32.70740.34710.2004
Hunter Lab57.190476.7190-36.5265
CIE-Lab63.923376.2762-37.9224

#fb57e0 color RGB value is (251,87,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 11100000
Octal 373 127 340
Decimal 251 87 224
Hex FB 57 E0

RGB Percentages of Color #fb57e0

%44.66
%15.48
%39.86

CMYK Percentages of Color #fb57e0

%0
%65
%11
%2

Triadic Colors of #fb57e0

#fb57e0 #e0fb57 #57e0fb

Analogous Colors of #fb57e0

#fb57e0 #fb578e #c457fb

Monochromatic Colors of #fb57e0

#fb57e0

Complementary Color

#fb57e0 #57fb72

#fb57e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb57e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb57e0 Color CSS Codes

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

#fb57e0 Text Font Color

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

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


#fb57e0 Background Color

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

This div background color is #fb57e0


#fb57e0 Border Color

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

This div border color is #fb57e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb57e0

Related Colors


Comments

No comments written yet.

Please login to write comment.