Color Hex Logo

#fa6892 Color Hex

#FA6892
(250,104,146)
0 Favorites   0 Comments

Color spaces of #fa6892

RGB 250104146
HSL0.950.940.69
HSV343°58°98°
CMYK 0.000.580.42   0.02
XYZ49.563032.299930.8164
Yxy32.29990.43990.2867
Hunter Lab56.833056.20887.6344
CIE-Lab63.590059.38775.9122

#fa6892 color RGB value is (250,104,146).

#fa6892 hex color red value is 250, green value is 104 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fa6892 hue: 0.95 , saturation: 0.94 and the lightness value of fa6892 is 0.69.

The process color (four color CMYK) of #fa6892 color hex is 0.00, 0.58, 0.42, 0.02. Web safe color of #fa6892 is #ff6699. Color #fa6892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101000 10010010
Octal 372 150 222
Decimal 250 104 146
Hex FA 68 92

RGB Percentages of Color #fa6892

%50.00
%20.80
%29.20

CMYK Percentages of Color #fa6892

%0
%58
%42
%2

Triadic Colors of #fa6892

#fa6892 #92fa68 #6892fa

Analogous Colors of #fa6892

#fa6892 #fa8768 #fa68db

Monochromatic Colors of #fa6892

#fa6892

Complementary Color

#fa6892 #68fad0

#fa6892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6892 Color CSS Codes

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

#fa6892 Text Font Color

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

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


#fa6892 Background Color

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

This div background color is #fa6892


#fa6892 Border Color

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

This div border color is #fa6892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6892

Related Colors


Comments

No comments written yet.

Please login to write comment.