Color Hex Logo

#fa6793 Color Hex

#FA6793
(250,103,147)
0 Favorites   0 Comments

Color spaces of #fa6793

RGB 250103147
HSL0.950.940.69
HSV342°59°98°
CMYK 0.000.590.41   0.02
XYZ49.541032.131131.1946
Yxy32.13110.43890.2847
Hunter Lab56.684356.80817.0504
CIE-Lab63.451159.92685.1378

#fa6793 color RGB value is (250,103,147).

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

The process color (four color CMYK) of #fa6793 color hex is 0.00, 0.59, 0.41, 0.02. Web safe color of #fa6793 is #ff6699. Color #fa6793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 10010011
Octal 372 147 223
Decimal 250 103 147
Hex FA 67 93

RGB Percentages of Color #fa6793

%50.00
%20.60
%29.40

CMYK Percentages of Color #fa6793

%0
%59
%41
%2

Triadic Colors of #fa6793

#fa6793 #93fa67 #6793fa

Analogous Colors of #fa6793

#fa6793 #fa8567 #fa67dd

Monochromatic Colors of #fa6793

#fa6793

Complementary Color

#fa6793 #67face

#fa6793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6793 Color CSS Codes

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

#fa6793 Text Font Color

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

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


#fa6793 Background Color

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

This div background color is #fa6793


#fa6793 Border Color

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

This div border color is #fa6793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6793


Comments

No comments written yet.

Please login to write comment.