Color Hex Logo

#fa476b Color Hex

#FA476B
(250,71,107)
0 Favorites   0 Comments

Color spaces of #fa476b

RGB 25071107
HSL0.970.950.63
HSV348°72°98°
CMYK 0.000.720.57   0.02
XYZ44.331425.892016.5710
Yxy25.89200.51080.2983
Hunter Lab50.884266.465716.3105
CIE-Lab57.934469.075520.6924

#fa476b color RGB value is (250,71,107).

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

The process color (four color CMYK) of #fa476b color hex is 0.00, 0.72, 0.57, 0.02. Web safe color of #fa476b is #ff3366. Color #fa476b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 01101011
Octal 372 107 153
Decimal 250 71 107
Hex FA 47 6B

RGB Percentages of Color #fa476b

%58.41
%16.59
%25.00

CMYK Percentages of Color #fa476b

%0
%72
%57
%2

Triadic Colors of #fa476b

#fa476b #6bfa47 #476bfa

Analogous Colors of #fa476b

#fa476b #fa7d47 #fa47c5

Monochromatic Colors of #fa476b

#fa476b

Complementary Color

#fa476b #47fad6

#fa476b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa476b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa476b Color CSS Codes

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

#fa476b Text Font Color

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

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


#fa476b Background Color

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

This div background color is #fa476b


#fa476b Border Color

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

This div border color is #fa476b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa476b


Comments

No comments written yet.

Please login to write comment.