Color Hex Logo

#fa6ab8 Color Hex

#FA6AB8
(250,106,184)
0 Favorites   0 Comments

Color spaces of #fa6ab8

RGB 250106184
HSL0.910.940.70
HSV328°58°98°
CMYK 0.000.580.26   0.02
XYZ53.230134.092849.1224
Yxy34.09280.39010.2499
Hunter Lab58.389060.5479-9.0080
CIE-Lab65.036262.8445-13.6746

#fa6ab8 color RGB value is (250,106,184).

#fa6ab8 hex color red value is 250, green value is 106 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #fa6ab8 hue: 0.91 , saturation: 0.94 and the lightness value of fa6ab8 is 0.70.

The process color (four color CMYK) of #fa6ab8 color hex is 0.00, 0.58, 0.26, 0.02. Web safe color of #fa6ab8 is #ff66cc. Color #fa6ab8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101010 10111000
Octal 372 152 270
Decimal 250 106 184
Hex FA 6A B8

RGB Percentages of Color #fa6ab8

%46.30
%19.63
%34.07

CMYK Percentages of Color #fa6ab8

%0
%58
%26
%2

Triadic Colors of #fa6ab8

#fa6ab8 #b8fa6a #6ab8fa

Analogous Colors of #fa6ab8

#fa6ab8 #fa6a70 #f46afa

Monochromatic Colors of #fa6ab8

#fa6ab8

Complementary Color

#fa6ab8 #6afaac

#fa6ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6ab8 Color CSS Codes

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

#fa6ab8 Text Font Color

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

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


#fa6ab8 Background Color

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

This div background color is #fa6ab8


#fa6ab8 Border Color

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

This div border color is #fa6ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6ab8


Comments

No comments written yet.

Please login to write comment.