Color Hex Logo

#fa49ed Color Hex

#FA49ED
(250,73,237)
0 Favorites   0 Comments

Color spaces of #fa49ed

RGB 25073237
HSL0.850.950.63
HSV304°71°98°
CMYK 0.000.710.05   0.02
XYZ57.092931.203583.1345
Yxy31.20350.33300.1820
Hunter Lab55.860184.6843-49.1370
CIE-Lab62.679082.7419-47.1440

#fa49ed color RGB value is (250,73,237).

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

The process color (four color CMYK) of #fa49ed color hex is 0.00, 0.71, 0.05, 0.02. Web safe color of #fa49ed is #ff33ff. Color #fa49ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 11101101
Octal 372 111 355
Decimal 250 73 237
Hex FA 49 ED

RGB Percentages of Color #fa49ed

%44.64
%13.04
%42.32

CMYK Percentages of Color #fa49ed

%0
%71
%5
%2

Triadic Colors of #fa49ed

#fa49ed #edfa49 #49edfa

Analogous Colors of #fa49ed

#fa49ed #fa4995 #af49fa

Monochromatic Colors of #fa49ed

#fa49ed

Complementary Color

#fa49ed #49fa56

#fa49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa49ed Color CSS Codes

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

#fa49ed Text Font Color

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

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


#fa49ed Background Color

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

This div background color is #fa49ed


#fa49ed Border Color

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

This div border color is #fa49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa49ed


Comments

No comments written yet.

Please login to write comment.