Color Hex Logo

#fa786b Color Hex

#FA786B
(250,120,107)
0 Favorites   0 Comments

Color spaces of #fa786b

RGB 250120107
HSL0.020.930.70
HSV57°98°
CMYK 0.000.520.57   0.02
XYZ48.794734.818518.0588
Yxy34.81850.47990.3425
Hunter Lab59.007244.344023.1597
CIE-Lab65.607148.602830.8166

#fa786b color RGB value is (250,120,107).

#fa786b hex color red value is 250, green value is 120 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fa786b hue: 0.02 , saturation: 0.93 and the lightness value of fa786b is 0.70.

The process color (four color CMYK) of #fa786b color hex is 0.00, 0.52, 0.57, 0.02. Web safe color of #fa786b is #ff6666. Color #fa786b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 01101011
Octal 372 170 153
Decimal 250 120 107
Hex FA 78 6B

RGB Percentages of Color #fa786b

%52.41
%25.16
%22.43

CMYK Percentages of Color #fa786b

%0
%52
%57
%2

Triadic Colors of #fa786b

#fa786b #6bfa78 #786bfa

Analogous Colors of #fa786b

#fa786b #fac06b #fa6ba6

Monochromatic Colors of #fa786b

#fa786b

Complementary Color

#fa786b #6bedfa

#fa786b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa786b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa786b Color CSS Codes

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

#fa786b Text Font Color

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

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


#fa786b Background Color

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

This div background color is #fa786b


#fa786b Border Color

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

This div border color is #fa786b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,120,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 #fa786b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa786b


Comments

No comments written yet.

Please login to write comment.