Color Hex Logo

#fa64ed Color Hex

#FA64ED
(250,100,237)
0 Favorites   0 Comments

Color spaces of #fa64ed

RGB 250100237
HSL0.850.940.69
HSV305°60°98°
CMYK 0.000.600.05   0.02
XYZ59.267635.552883.8594
Yxy35.55280.33170.1990
Hunter Lab59.626273.0808-41.6483
CIE-Lab66.176872.9553-41.6432

#fa64ed color RGB value is (250,100,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 11101101
Octal 372 144 355
Decimal 250 100 237
Hex FA 64 ED

RGB Percentages of Color #fa64ed

%42.59
%17.04
%40.37

CMYK Percentages of Color #fa64ed

%0
%60
%5
%2

Triadic Colors of #fa64ed

#fa64ed #edfa64 #64edfa

Analogous Colors of #fa64ed

#fa64ed #fa64a2 #bc64fa

Monochromatic Colors of #fa64ed

#fa64ed

Complementary Color

#fa64ed #64fa71

#fa64ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa64ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa64ed Color CSS Codes

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

#fa64ed Text Font Color

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

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


#fa64ed Background Color

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

This div background color is #fa64ed


#fa64ed Border Color

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

This div border color is #fa64ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,100,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 #fa64ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa64ed


Comments

No comments written yet.

Please login to write comment.