Color Hex Logo

#fb535e Color Hex

#FB535E
(251,83,94)
0 Favorites   0 Comments

Color spaces of #fb535e

RGB 2518394
HSL0.990.950.65
HSV356°67°98°
CMYK 0.000.670.63   0.02
XYZ44.897327.503913.5321
Yxy27.50390.52250.3201
Hunter Lab52.444261.036121.4124
CIE-Lab59.437964.238030.2574

#fb535e color RGB value is (251,83,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 01011110
Octal 373 123 136
Decimal 251 83 94
Hex FB 53 5E

RGB Percentages of Color #fb535e

%58.64
%19.39
%21.96

CMYK Percentages of Color #fb535e

%0
%67
%63
%2

Triadic Colors of #fb535e

#fb535e #5efb53 #535efb

Analogous Colors of #fb535e

#fb535e #fb9c53 #fb53b2

Monochromatic Colors of #fb535e

#fb535e

Complementary Color

#fb535e #53fbf0

#fb535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb535e Color CSS Codes

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

#fb535e Text Font Color

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

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


#fb535e Background Color

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

This div background color is #fb535e


#fb535e Border Color

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

This div border color is #fb535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb535e

Related Colors


Comments

No comments written yet.

Please login to write comment.