Color Hex Logo

#fa385c Color Hex

#FA385C
(250,56,92)
0 Favorites   0 Comments

Color spaces of #fa385c

RGB 2505692
HSL0.970.950.60
HSV349°78°98°
CMYK 0.000.780.63   0.02
XYZ42.770323.925012.4890
Yxy23.92500.54010.3021
Hunter Lab48.913270.484519.1007
CIE-Lab56.012672.752926.9852

#fa385c color RGB value is (250,56,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 01011100
Octal 372 70 134
Decimal 250 56 92
Hex FA 38 5C

RGB Percentages of Color #fa385c

%62.81
%14.07
%23.12

CMYK Percentages of Color #fa385c

%0
%78
%63
%2

Triadic Colors of #fa385c

#fa385c #5cfa38 #385cfa

Analogous Colors of #fa385c

#fa385c #fa7538 #fa38bd

Monochromatic Colors of #fa385c

#fa385c

Complementary Color

#fa385c #38fad6

#fa385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa385c Color CSS Codes

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

#fa385c Text Font Color

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

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


#fa385c Background Color

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

This div background color is #fa385c


#fa385c Border Color

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

This div border color is #fa385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa385c


Comments

No comments written yet.

Please login to write comment.