Color Hex Logo

#fa468e Color Hex

#FA468E
(250,70,142)
0 Favorites   0 Comments

Color spaces of #fa468e

RGB 25070142
HSL0.930.950.63
HSV336°72°98°
CMYK 0.000.720.43   0.02
XYZ46.497026.657328.2859
Yxy26.65730.45840.2628
Hunter Lab51.630770.39783.6594
CIE-Lab58.655872.18001.1024

#fa468e color RGB value is (250,70,142).

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

The process color (four color CMYK) of #fa468e color hex is 0.00, 0.72, 0.43, 0.02. Web safe color of #fa468e is #ff3399. Color #fa468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000110 10001110
Octal 372 106 216
Decimal 250 70 142
Hex FA 46 8E

RGB Percentages of Color #fa468e

%54.11
%15.15
%30.74

CMYK Percentages of Color #fa468e

%0
%72
%43
%2

Triadic Colors of #fa468e

#fa468e #8efa46 #468efa

Analogous Colors of #fa468e

#fa468e #fa5846 #fa46e8

Monochromatic Colors of #fa468e

#fa468e

Complementary Color

#fa468e #46fab2

#fa468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa468e Color CSS Codes

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

#fa468e Text Font Color

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

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


#fa468e Background Color

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

This div background color is #fa468e


#fa468e Border Color

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

This div border color is #fa468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa468e


Comments

No comments written yet.

Please login to write comment.