Color Hex Logo

#fa684e Color Hex

#FA684E
(250,104,78)
0 Favorites   0 Comments

Color spaces of #fa684e

RGB 25010478
HSL0.030.950.64
HSV69°98°
CMYK 0.000.580.69   0.02
XYZ45.749830.774710.7366
Yxy30.77470.52430.3527
Hunter Lab55.474950.126527.3575
CIE-Lab62.317054.277242.6306

#fa684e color RGB value is (250,104,78).

#fa684e hex color red value is 250, green value is 104 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fa684e hue: 0.03 , saturation: 0.95 and the lightness value of fa684e is 0.64.

The process color (four color CMYK) of #fa684e color hex is 0.00, 0.58, 0.69, 0.02. Web safe color of #fa684e is #ff6666. Color #fa684e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 01001110
Octal 372 150 116
Decimal 250 104 78
Hex FA 68 4E

RGB Percentages of Color #fa684e

%57.87
%24.07
%18.06

CMYK Percentages of Color #fa684e

%0
%58
%69
%2

Triadic Colors of #fa684e

#fa684e #4efa68 #684efa

Analogous Colors of #fa684e

#fa684e #fabe4e #fa4e8a

Monochromatic Colors of #fa684e

#fa684e

Complementary Color

#fa684e #4ee0fa

#fa684e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa684e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa684e Color CSS Codes

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

#fa684e Text Font Color

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

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


#fa684e Background Color

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

This div background color is #fa684e


#fa684e Border Color

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

This div border color is #fa684e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa684e


Comments

No comments written yet.

Please login to write comment.