Color Hex Logo

#fa6aed Color Hex

#FA6AED
(250,106,237)
0 Favorites   0 Comments

Color spaces of #fa6aed

RGB 250106237
HSL0.850.940.70
HSV305°58°98°
CMYK 0.000.580.05   0.02
XYZ59.864436.746584.0583
Yxy36.74650.33130.2034
Hunter Lab60.618970.1952-39.7823
CIE-Lab67.086470.4636-40.2197

#fa6aed color RGB value is (250,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101010 11101101
Octal 372 152 355
Decimal 250 106 237
Hex FA 6A ED

RGB Percentages of Color #fa6aed

%42.16
%17.88
%39.97

CMYK Percentages of Color #fa6aed

%0
%58
%5
%2

Triadic Colors of #fa6aed

#fa6aed #edfa6a #6aedfa

Analogous Colors of #fa6aed

#fa6aed #fa6aa5 #bf6afa

Monochromatic Colors of #fa6aed

#fa6aed

Complementary Color

#fa6aed #6afa77

#fa6aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6aed Color CSS Codes

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

#fa6aed Text Font Color

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

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


#fa6aed Background Color

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

This div background color is #fa6aed


#fa6aed Border Color

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

This div border color is #fa6aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6aed

Related Colors


Comments

No comments written yet.

Please login to write comment.