Color Hex Logo

#fa6eed Color Hex

#FA6EED
(250,110,237)
0 Favorites   0 Comments

Color spaces of #fa6eed

RGB 250110237
HSL0.850.930.71
HSV306°56°98°
CMYK 0.000.560.05   0.02
XYZ60.286337.590384.1990
Yxy37.59030.33110.2065
Hunter Lab61.310968.2228-38.5060
CIE-Lab67.717668.7476-39.2338

#fa6eed color RGB value is (250,110,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101110 11101101
Octal 372 156 355
Decimal 250 110 237
Hex FA 6E ED

RGB Percentages of Color #fa6eed

%41.88
%18.43
%39.70

CMYK Percentages of Color #fa6eed

%0
%56
%5
%2

Triadic Colors of #fa6eed

#fa6eed #edfa6e #6eedfa

Analogous Colors of #fa6eed

#fa6eed #fa6ea7 #c16efa

Monochromatic Colors of #fa6eed

#fa6eed

Complementary Color

#fa6eed #6efa7b

#fa6eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6eed Color CSS Codes

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

#fa6eed Text Font Color

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

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


#fa6eed Background Color

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

This div background color is #fa6eed


#fa6eed Border Color

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

This div border color is #fa6eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6eed


Comments

No comments written yet.

Please login to write comment.