Color Hex Logo

#fb508e Color Hex

#FB508E
(251,80,142)
0 Favorites   0 Comments

Color spaces of #fb508e

RGB 25180142
HSL0.940.960.65
HSV338°68°98°
CMYK 0.000.680.43   0.02
XYZ47.534828.199528.5289
Yxy28.19950.45590.2705
Hunter Lab53.103266.85195.3196
CIE-Lab60.068569.00003.1738

#fb508e color RGB value is (251,80,142).

#fb508e hex color red value is 251, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fb508e hue: 0.94 , saturation: 0.96 and the lightness value of fb508e is 0.65.

The process color (four color CMYK) of #fb508e color hex is 0.00, 0.68, 0.43, 0.02. Web safe color of #fb508e is #ff6699. Color #fb508e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 10001110
Octal 373 120 216
Decimal 251 80 142
Hex FB 50 8E

RGB Percentages of Color #fb508e

%53.07
%16.91
%30.02

CMYK Percentages of Color #fb508e

%0
%68
%43
%2

Triadic Colors of #fb508e

#fb508e #8efb50 #508efb

Analogous Colors of #fb508e

#fb508e #fb6850 #fb50e4

Monochromatic Colors of #fb508e

#fb508e

Complementary Color

#fb508e #50fbbd

#fb508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb508e Color CSS Codes

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

#fb508e Text Font Color

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

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


#fb508e Background Color

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

This div background color is #fb508e


#fb508e Border Color

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

This div border color is #fb508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb508e


Comments

No comments written yet.

Please login to write comment.