Color Hex Logo

#fa355e Color Hex

#FA355E
(250,53,94)
0 Favorites   0 Comments

Color spaces of #fa355e

RGB 2505394
HSL0.970.950.59
HSV348°79°98°
CMYK 0.000.790.62   0.02
XYZ42.717823.678412.9086
Yxy23.67840.53870.2986
Hunter Lab48.660571.544918.3339
CIE-Lab55.764473.666225.4808

#fa355e color RGB value is (250,53,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110101 01011110
Octal 372 65 136
Decimal 250 53 94
Hex FA 35 5E

RGB Percentages of Color #fa355e

%62.97
%13.35
%23.68

CMYK Percentages of Color #fa355e

%0
%79
%62
%2

Triadic Colors of #fa355e

#fa355e #5efa35 #355efa

Analogous Colors of #fa355e

#fa355e #fa6f35 #fa35c1

Monochromatic Colors of #fa355e

#fa355e

Complementary Color

#fa355e #35fad1

#fa355e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa355e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa355e Color CSS Codes

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

#fa355e Text Font Color

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

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


#fa355e Background Color

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

This div background color is #fa355e


#fa355e Border Color

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

This div border color is #fa355e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa355e


Comments

No comments written yet.

Please login to write comment.