Color Hex Logo

#fa445e Color Hex

#FA445E
(250,68,94)
0 Favorites   0 Comments

Color spaces of #fa445e

RGB 2506894
HSL0.980.950.62
HSV351°73°98°
CMYK 0.000.730.62   0.02
XYZ43.511825.266413.1732
Yxy25.26640.53090.3083
Hunter Lab50.265766.551119.6478
CIE-Lab57.334169.258627.5204

#fa445e color RGB value is (250,68,94).

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

The process color (four color CMYK) of #fa445e color hex is 0.00, 0.73, 0.62, 0.02. Web safe color of #fa445e is #ff3366. Color #fa445e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000100 01011110
Octal 372 104 136
Decimal 250 68 94
Hex FA 44 5E

RGB Percentages of Color #fa445e

%60.68
%16.50
%22.82

CMYK Percentages of Color #fa445e

%0
%73
%62
%2

Triadic Colors of #fa445e

#fa445e #5efa44 #445efa

Analogous Colors of #fa445e

#fa445e #fa8544 #fa44b9

Monochromatic Colors of #fa445e

#fa445e

Complementary Color

#fa445e #44fae0

#fa445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa445e Color CSS Codes

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

#fa445e Text Font Color

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

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


#fa445e Background Color

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

This div background color is #fa445e


#fa445e Border Color

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

This div border color is #fa445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa445e


Comments

No comments written yet.

Please login to write comment.