Color Hex Logo

#fa457e Color Hex

#FA457E
(250,69,126)
0 Favorites   0 Comments

Color spaces of #fa457e

RGB 25069126
HSL0.950.950.63
HSV341°72°98°
CMYK 0.000.720.50   0.02
XYZ45.318426.086622.3853
Yxy26.08660.48320.2781
Hunter Lab51.075069.00009.7668
CIE-Lab58.119271.13579.7512

#fa457e color RGB value is (250,69,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000101 01111110
Octal 372 105 176
Decimal 250 69 126
Hex FA 45 7E

RGB Percentages of Color #fa457e

%56.18
%15.51
%28.31

CMYK Percentages of Color #fa457e

%0
%72
%50
%2

Triadic Colors of #fa457e

#fa457e #7efa45 #457efa

Analogous Colors of #fa457e

#fa457e #fa6745 #fa45d9

Monochromatic Colors of #fa457e

#fa457e

Complementary Color

#fa457e #45fac1

#fa457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa457e Color CSS Codes

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

#fa457e Text Font Color

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

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


#fa457e Background Color

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

This div background color is #fa457e


#fa457e Border Color

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

This div border color is #fa457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa457e


Comments

No comments written yet.

Please login to write comment.