Color Hex Logo

#fa77db Color Hex

#FA77DB
(250,119,219)
0 Favorites   0 Comments

Color spaces of #fa77db

RGB 250119219
HSL0.870.930.72
HSV314°52°98°
CMYK 0.000.520.12   0.02
XYZ58.807338.632171.3751
Yxy38.63210.34840.2288
Hunter Lab62.154760.1159-24.5771
CIE-Lab68.483961.9021-28.0750

#fa77db color RGB value is (250,119,219).

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

The process color (four color CMYK) of #fa77db color hex is 0.00, 0.52, 0.12, 0.02. Web safe color of #fa77db is #ff66cc. Color #fa77db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110111 11011011
Octal 372 167 333
Decimal 250 119 219
Hex FA 77 DB

RGB Percentages of Color #fa77db

%42.52
%20.24
%37.24

CMYK Percentages of Color #fa77db

%0
%52
%12
%2

Triadic Colors of #fa77db

#fa77db #dbfa77 #77dbfa

Analogous Colors of #fa77db

#fa77db #fa779a #d877fa

Monochromatic Colors of #fa77db

#fa77db

Complementary Color

#fa77db #77fa96

#fa77db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa77db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa77db Color CSS Codes

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

#fa77db Text Font Color

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

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


#fa77db Background Color

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

This div background color is #fa77db


#fa77db Border Color

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

This div border color is #fa77db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa77db

Related Colors


Comments

No comments written yet.

Please login to write comment.