Color Hex Logo

#fb525f Color Hex

#FB525F
(251,82,95)
0 Favorites   0 Comments

Color spaces of #fb525f

RGB 2518295
HSL0.990.950.65
HSV355°67°98°
CMYK 0.000.670.62   0.02
XYZ44.866527.370013.7447
Yxy27.37000.52180.3183
Hunter Lab52.316361.528021.0446
CIE-Lab59.315264.677429.5260

#fb525f color RGB value is (251,82,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 01011111
Octal 373 122 137
Decimal 251 82 95
Hex FB 52 5F

RGB Percentages of Color #fb525f

%58.64
%19.16
%22.20

CMYK Percentages of Color #fb525f

%0
%67
%62
%2

Triadic Colors of #fb525f

#fb525f #5ffb52 #525ffb

Analogous Colors of #fb525f

#fb525f #fb9a52 #fb52b4

Monochromatic Colors of #fb525f

#fb525f

Complementary Color

#fb525f #52fbee

#fb525f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb525f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb525f Color CSS Codes

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

#fb525f Text Font Color

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

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


#fb525f Background Color

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

This div background color is #fb525f


#fb525f Border Color

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

This div border color is #fb525f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb525f

Related Colors

#fb525f Color Palettes


Comments

No comments written yet.

Please login to write comment.