Color Hex Logo

#fa77cd Color Hex

#FA77CD
(250,119,205)
0 Favorites   0 Comments

Color spaces of #fa77cd

RGB 250119205
HSL0.890.930.72
HSV321°52°98°
CMYK 0.000.520.18   0.02
XYZ57.040637.925462.0716
Yxy37.92540.36320.2415
Hunter Lab61.583657.5608-16.6513
CIE-Lab67.965659.8262-21.0660

#fa77cd color RGB value is (250,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110111 11001101
Octal 372 167 315
Decimal 250 119 205
Hex FA 77 CD

RGB Percentages of Color #fa77cd

%43.55
%20.73
%35.71

CMYK Percentages of Color #fa77cd

%0
%52
%18
%2

Triadic Colors of #fa77cd

#fa77cd #cdfa77 #77cdfa

Analogous Colors of #fa77cd

#fa77cd #fa778c #e677fa

Monochromatic Colors of #fa77cd

#fa77cd

Complementary Color

#fa77cd #77faa4

#fa77cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa77cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa77cd Color CSS Codes

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

#fa77cd Text Font Color

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

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


#fa77cd Background Color

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

This div background color is #fa77cd


#fa77cd Border Color

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

This div border color is #fa77cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa77cd


Comments

No comments written yet.

Please login to write comment.