Color Hex Logo

#fb524d Color Hex

#FB524D
(251,82,77)
0 Favorites   0 Comments

Color spaces of #fb524d

RGB 2518277
HSL0.000.960.64
HSV69°98°
CMYK 0.000.670.69   0.02
XYZ44.140527.07969.9216
Yxy27.07960.54400.3337
Hunter Lab52.038160.343325.1224
CIE-Lab59.047963.718439.3941

#fb524d color RGB value is (251,82,77).

#fb524d hex color red value is 251, green value is 82 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fb524d hue: 0.00 , saturation: 0.96 and the lightness value of fb524d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 01001101
Octal 373 122 115
Decimal 251 82 77
Hex FB 52 4D

RGB Percentages of Color #fb524d

%61.22
%20.00
%18.78

CMYK Percentages of Color #fb524d

%0
%67
%69
%2

Triadic Colors of #fb524d

#fb524d #4dfb52 #524dfb

Analogous Colors of #fb524d

#fb524d #fba94d #fb4d9f

Monochromatic Colors of #fb524d

#fb524d

Complementary Color

#fb524d #4df6fb

#fb524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb524d Color CSS Codes

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

#fb524d Text Font Color

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

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


#fb524d Background Color

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

This div background color is #fb524d


#fb524d Border Color

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

This div border color is #fb524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb524d

Related Colors


Comments

No comments written yet.

Please login to write comment.