Color Hex Logo

#fa77ed Color Hex

#FA77ED
(250,119,237)
0 Favorites   0 Comments

Color spaces of #fa77ed

RGB 250119237
HSL0.850.930.72
HSV306°52°98°
CMYK 0.000.520.05   0.02
XYZ61.307239.632184.5393
Yxy39.63210.33050.2137
Hunter Lab62.954063.6610-35.5511
CIE-Lab69.206764.7404-36.9134

#fa77ed color RGB value is (250,119,237).

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

The process color (four color CMYK) of #fa77ed color hex is 0.00, 0.52, 0.05, 0.02. Web safe color of #fa77ed is #ff66ff. Color #fa77ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110111 11101101
Octal 372 167 355
Decimal 250 119 237
Hex FA 77 ED

RGB Percentages of Color #fa77ed

%41.25
%19.64
%39.11

CMYK Percentages of Color #fa77ed

%0
%52
%5
%2

Triadic Colors of #fa77ed

#fa77ed #edfa77 #77edfa

Analogous Colors of #fa77ed

#fa77ed #fa77ac #c677fa

Monochromatic Colors of #fa77ed

#fa77ed

Complementary Color

#fa77ed #77fa84

#fa77ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa77ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa77ed Color CSS Codes

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

#fa77ed Text Font Color

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

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


#fa77ed Background Color

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

This div background color is #fa77ed


#fa77ed Border Color

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

This div border color is #fa77ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa77ed

Related Colors


Comments

No comments written yet.

Please login to write comment.