Color Hex Logo

#fa439e Color Hex

#FA439E
(250,67,158)
0 Favorites   0 Comments

Color spaces of #fa439e

RGB 25067158
HSL0.920.950.62
HSV330°73°98°
CMYK 0.000.730.37   0.02
XYZ47.603126.806935.0130
Yxy26.80690.43500.2450
Hunter Lab51.775473.5088-3.8520
CIE-Lab58.795274.6788-8.0636

#fa439e color RGB value is (250,67,158).

#fa439e hex color red value is 250, green value is 67 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa439e hue: 0.92 , saturation: 0.95 and the lightness value of fa439e is 0.62.

The process color (four color CMYK) of #fa439e color hex is 0.00, 0.73, 0.37, 0.02. Web safe color of #fa439e is #ff3399. Color #fa439e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000011 10011110
Octal 372 103 236
Decimal 250 67 158
Hex FA 43 9E

RGB Percentages of Color #fa439e

%52.63
%14.11
%33.26

CMYK Percentages of Color #fa439e

%0
%73
%37
%2

Triadic Colors of #fa439e

#fa439e #9efa43 #439efa

Analogous Colors of #fa439e

#fa439e #fa4443 #fa43fa

Monochromatic Colors of #fa439e

#fa439e

Complementary Color

#fa439e #43fa9f

#fa439e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa439e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa439e Color CSS Codes

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

#fa439e Text Font Color

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

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


#fa439e Background Color

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

This div background color is #fa439e


#fa439e Border Color

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

This div border color is #fa439e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,67,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa439e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa439e


Comments

No comments written yet.

Please login to write comment.