Color Hex Logo

#fb485c Color Hex

#FB485C
(251,72,92)
0 Favorites   0 Comments

Color spaces of #fb485c

RGB 2517292
HSL0.980.960.63
HSV353°71°98°
CMYK 0.000.710.63   0.02
XYZ44.032825.916712.8068
Yxy25.91670.53210.3132
Hunter Lab50.908465.302220.7206
CIE-Lab57.957968.101629.5217

#fb485c color RGB value is (251,72,92).

#fb485c hex color red value is 251, green value is 72 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fb485c hue: 0.98 , saturation: 0.96 and the lightness value of fb485c is 0.63.

The process color (four color CMYK) of #fb485c color hex is 0.00, 0.71, 0.63, 0.02. Web safe color of #fb485c is #ff3366. Color #fb485c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 01011100
Octal 373 110 134
Decimal 251 72 92
Hex FB 48 5C

RGB Percentages of Color #fb485c

%60.48
%17.35
%22.17

CMYK Percentages of Color #fb485c

%0
%71
%63
%2

Triadic Colors of #fb485c

#fb485c #5cfb48 #485cfb

Analogous Colors of #fb485c

#fb485c #fb8e48 #fb48b6

Monochromatic Colors of #fb485c

#fb485c

Complementary Color

#fb485c #48fbe7

#fb485c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb485c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb485c Color CSS Codes

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

#fb485c Text Font Color

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

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


#fb485c Background Color

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

This div background color is #fb485c


#fb485c Border Color

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

This div border color is #fb485c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb485c


Comments

No comments written yet.

Please login to write comment.