Color Hex Logo

#fa77ab Color Hex

#FA77AB
(250,119,171)
0 Favorites   0 Comments

Color spaces of #fa77ab

RGB 250119171
HSL0.930.930.72
HSV336°52°98°
CMYK 0.000.520.32   0.02
XYZ53.371936.457942.7522
Yxy36.45790.40260.2750
Hunter Lab60.380452.11550.2861
CIE-Lab66.868355.3129-3.5759

#fa77ab color RGB value is (250,119,171).

#fa77ab hex color red value is 250, green value is 119 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fa77ab hue: 0.93 , saturation: 0.93 and the lightness value of fa77ab is 0.72.

The process color (four color CMYK) of #fa77ab color hex is 0.00, 0.52, 0.32, 0.02. Web safe color of #fa77ab is #ff6699. Color #fa77ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110111 10101011
Octal 372 167 253
Decimal 250 119 171
Hex FA 77 AB

RGB Percentages of Color #fa77ab

%46.30
%22.04
%31.67

CMYK Percentages of Color #fa77ab

%0
%52
%32
%2

Triadic Colors of #fa77ab

#fa77ab #abfa77 #77abfa

Analogous Colors of #fa77ab

#fa77ab #fa8577 #fa77ed

Monochromatic Colors of #fa77ab

#fa77ab

Complementary Color

#fa77ab #77fac6

#fa77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa77ab Color CSS Codes

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

#fa77ab Text Font Color

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

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


#fa77ab Background Color

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

This div background color is #fa77ab


#fa77ab Border Color

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

This div border color is #fa77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa77ab


Comments

No comments written yet.

Please login to write comment.