Color Hex Logo

#fb506a Color Hex

#FB506A
(251,80,106)
0 Favorites   0 Comments

Color spaces of #fb506a

RGB 25180106
HSL0.970.960.65
HSV351°68°98°
CMYK 0.000.680.58   0.02
XYZ45.253827.287216.5175
Yxy27.28720.50810.3064
Hunter Lab52.237263.222117.8184
CIE-Lab59.239266.122123.0571

#fb506a color RGB value is (251,80,106).

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

The process color (four color CMYK) of #fb506a color hex is 0.00, 0.68, 0.58, 0.02. Web safe color of #fb506a is #ff6666. Color #fb506a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 01101010
Octal 373 120 152
Decimal 251 80 106
Hex FB 50 6A

RGB Percentages of Color #fb506a

%57.44
%18.31
%24.26

CMYK Percentages of Color #fb506a

%0
%68
%58
%2

Triadic Colors of #fb506a

#fb506a #6afb50 #506afb

Analogous Colors of #fb506a

#fb506a #fb8c50 #fb50c0

Monochromatic Colors of #fb506a

#fb506a

Complementary Color

#fb506a #50fbe1

#fb506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb506a Color CSS Codes

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

#fb506a Text Font Color

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

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


#fb506a Background Color

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

This div background color is #fb506a


#fb506a Border Color

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

This div border color is #fb506a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb506a


Comments

No comments written yet.

Please login to write comment.