Color Hex Logo

#fa354b Color Hex

#FA354B
(250,53,75)
0 Favorites   0 Comments

Color spaces of #fa354b

RGB 2505375
HSL0.980.950.59
HSV353°79°98°
CMYK 0.000.790.70   0.02
XYZ41.967423.37828.9571
Yxy23.37820.56480.3146
Hunter Lab48.351070.319022.8621
CIE-Lab55.459872.723236.2239

#fa354b color RGB value is (250,53,75).

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

The process color (four color CMYK) of #fa354b color hex is 0.00, 0.79, 0.70, 0.02. Web safe color of #fa354b is #ff3333. Color #fa354b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110101 01001011
Octal 372 65 113
Decimal 250 53 75
Hex FA 35 4B

RGB Percentages of Color #fa354b

%66.14
%14.02
%19.84

CMYK Percentages of Color #fa354b

%0
%79
%70
%2

Triadic Colors of #fa354b

#fa354b #4bfa35 #354bfa

Analogous Colors of #fa354b

#fa354b #fa8235 #fa35ae

Monochromatic Colors of #fa354b

#fa354b

Complementary Color

#fa354b #35fae4

#fa354b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa354b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa354b Color CSS Codes

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

#fa354b Text Font Color

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

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


#fa354b Background Color

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

This div background color is #fa354b


#fa354b Border Color

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

This div border color is #fa354b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa354b

Related Colors


Comments

No comments written yet.

Please login to write comment.