Color Hex Logo

#fa66ed Color Hex

#FA66ED
(250,102,237)
0 Favorites   0 Comments

Color spaces of #fa66ed

RGB 250102237
HSL0.850.940.69
HSV305°59°98°
CMYK 0.000.590.05   0.02
XYZ59.461835.941283.9241
Yxy35.94120.33160.2004
Hunter Lab59.951072.1293-41.0331
CIE-Lab66.475072.1361-41.1762

#fa66ed color RGB value is (250,102,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100110 11101101
Octal 372 146 355
Decimal 250 102 237
Hex FA 66 ED

RGB Percentages of Color #fa66ed

%42.44
%17.32
%40.24

CMYK Percentages of Color #fa66ed

%0
%59
%5
%2

Triadic Colors of #fa66ed

#fa66ed #edfa66 #66edfa

Analogous Colors of #fa66ed

#fa66ed #fa66a3 #bd66fa

Monochromatic Colors of #fa66ed

#fa66ed

Complementary Color

#fa66ed #66fa73

#fa66ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa66ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa66ed Color CSS Codes

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

#fa66ed Text Font Color

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

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


#fa66ed Background Color

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

This div background color is #fa66ed


#fa66ed Border Color

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

This div border color is #fa66ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa66ed


Comments

No comments written yet.

Please login to write comment.