Color Hex Logo

#fa465c Color Hex

#FA465C
(250,70,92)
0 Favorites   0 Comments

Color spaces of #fa465c

RGB 2507092
HSL0.980.950.63
HSV353°72°98°
CMYK 0.000.720.63   0.02
XYZ43.546325.477012.7476
Yxy25.47700.53250.3116
Hunter Lab50.474765.667320.3584
CIE-Lab57.537368.484628.9477

#fa465c color RGB value is (250,70,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 01011100
Octal 372 106 134
Decimal 250 70 92
Hex FA 46 5C

RGB Percentages of Color #fa465c

%60.68
%16.99
%22.33

CMYK Percentages of Color #fa465c

%0
%72
%63
%2

Triadic Colors of #fa465c

#fa465c #5cfa46 #465cfa

Analogous Colors of #fa465c

#fa465c #fa8a46 #fa46b6

Monochromatic Colors of #fa465c

#fa465c

Complementary Color

#fa465c #46fae4

#fa465c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa465c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa465c Color CSS Codes

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

#fa465c Text Font Color

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

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


#fa465c Background Color

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

This div background color is #fa465c


#fa465c Border Color

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

This div border color is #fa465c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa465c


Comments

No comments written yet.

Please login to write comment.