Color Hex Logo

#fa134e Color Hex

#FA134E
(250,19,78)
0 Favorites   0 Comments

Color spaces of #fa134e

RGB 2501978
HSL0.960.960.53
HSV345°92°98°
CMYK 0.000.920.69   0.02
XYZ41.032421.33989.1641
Yxy21.33980.57360.2983
Hunter Lab46.195077.710120.5747
CIE-Lab53.319479.100231.8686

#fa134e color RGB value is (250,19,78).

#fa134e hex color red value is 250, green value is 19 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fa134e hue: 0.96 , saturation: 0.96 and the lightness value of fa134e is 0.53.

The process color (four color CMYK) of #fa134e color hex is 0.00, 0.92, 0.69, 0.02. Web safe color of #fa134e is #ff0066. Color #fa134e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010011 01001110
Octal 372 23 116
Decimal 250 19 78
Hex FA 13 4E

RGB Percentages of Color #fa134e

%72.05
%5.48
%22.48

CMYK Percentages of Color #fa134e

%0
%92
%69
%2

Triadic Colors of #fa134e

#fa134e #4efa13 #134efa

Analogous Colors of #fa134e

#fa134e #fa4b13 #fa13c2

Monochromatic Colors of #fa134e

#fa134e

Complementary Color

#fa134e #13fabf

#fa134e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa134e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa134e Color CSS Codes

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

#fa134e Text Font Color

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

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


#fa134e Background Color

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

This div background color is #fa134e


#fa134e Border Color

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

This div border color is #fa134e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa134e


Comments

No comments written yet.

Please login to write comment.