Color Hex Logo

#fb595a Color Hex

#FB595A
(251,89,90)
0 Favorites   0 Comments

Color spaces of #fb595a

RGB 2518990
HSL1.000.950.67
HSV360°65°98°
CMYK 0.000.650.64   0.02
XYZ45.201528.392212.7707
Yxy28.39220.52340.3287
Hunter Lab53.284358.175323.0889
CIE-Lab60.241461.651833.5510

#fb595a color RGB value is (251,89,90).

#fb595a hex color red value is 251, green value is 89 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fb595a hue: 1.00 , saturation: 0.95 and the lightness value of fb595a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 01011010
Octal 373 131 132
Decimal 251 89 90
Hex FB 59 5A

RGB Percentages of Color #fb595a

%58.37
%20.70
%20.93

CMYK Percentages of Color #fb595a

%0
%65
%64
%2

Triadic Colors of #fb595a

#fb595a #5afb59 #595afb

Analogous Colors of #fb595a

#fb595a #fba959 #fb59ab

Monochromatic Colors of #fb595a

#fb595a

Complementary Color

#fb595a #59fbfa

#fb595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb595a Color CSS Codes

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

#fb595a Text Font Color

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

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


#fb595a Background Color

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

This div background color is #fb595a


#fb595a Border Color

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

This div border color is #fb595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb595a


Comments

No comments written yet.

Please login to write comment.