Color Hex Logo

#fb535a Color Hex

#FB535A
(251,83,90)
0 Favorites   0 Comments

Color spaces of #fb535a

RGB 2518390
HSL0.990.950.65
HSV358°67°98°
CMYK 0.000.670.64   0.02
XYZ44.722427.433912.6110
Yxy27.43390.52760.3236
Hunter Lab52.377460.751722.3888
CIE-Lab59.373864.007732.4649

#fb535a color RGB value is (251,83,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 01011010
Octal 373 123 132
Decimal 251 83 90
Hex FB 53 5A

RGB Percentages of Color #fb535a

%59.20
%19.58
%21.23

CMYK Percentages of Color #fb535a

%0
%67
%64
%2

Triadic Colors of #fb535a

#fb535a #5afb53 #535afb

Analogous Colors of #fb535a

#fb535a #fba053 #fb53ae

Monochromatic Colors of #fb535a

#fb535a

Complementary Color

#fb535a #53fbf4

#fb535a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb535a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb535a Color CSS Codes

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

#fb535a Text Font Color

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

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


#fb535a Background Color

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

This div background color is #fb535a


#fb535a Border Color

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

This div border color is #fb535a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,83,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 #fb535a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb535a

Related Colors


Comments

No comments written yet.

Please login to write comment.