Color Hex Logo

#fa485b Color Hex

#FA485B
(250,72,91)
0 Favorites   0 Comments

Color spaces of #fa485b

RGB 2507291
HSL0.980.950.63
HSV354°71°98°
CMYK 0.000.710.64   0.02
XYZ43.630025.714112.5613
Yxy25.71410.53270.3139
Hunter Lab50.709164.840220.8094
CIE-Lab57.764767.751229.8188

#fa485b color RGB value is (250,72,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001000 01011011
Octal 372 110 133
Decimal 250 72 91
Hex FA 48 5B

RGB Percentages of Color #fa485b

%60.53
%17.43
%22.03

CMYK Percentages of Color #fa485b

%0
%71
%64
%2

Triadic Colors of #fa485b

#fa485b #5bfa48 #485bfa

Analogous Colors of #fa485b

#fa485b #fa8e48 #fa48b4

Monochromatic Colors of #fa485b

#fa485b

Complementary Color

#fa485b #48fae7

#fa485b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa485b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa485b Color CSS Codes

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

#fa485b Text Font Color

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

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


#fa485b Background Color

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

This div background color is #fa485b


#fa485b Border Color

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

This div border color is #fa485b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa485b

Related Colors


Comments

No comments written yet.

Please login to write comment.