Color Hex Logo

#fa438f Color Hex

#FA438F
(250,67,143)
0 Favorites   0 Comments

Color spaces of #fa438f

RGB 25067143
HSL0.930.950.62
HSV335°73°98°
CMYK 0.000.730.43   0.02
XYZ46.389426.321528.6222
Yxy26.32150.45780.2598
Hunter Lab51.304571.61652.8359
CIE-Lab58.341073.23280.0558

#fa438f color RGB value is (250,67,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000011 10001111
Octal 372 103 217
Decimal 250 67 143
Hex FA 43 8F

RGB Percentages of Color #fa438f

%54.35
%14.57
%31.09

CMYK Percentages of Color #fa438f

%0
%73
%43
%2

Triadic Colors of #fa438f

#fa438f #8ffa43 #438ffa

Analogous Colors of #fa438f

#fa438f #fa5343 #fa43eb

Monochromatic Colors of #fa438f

#fa438f

Complementary Color

#fa438f #43faae

#fa438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa438f Color CSS Codes

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

#fa438f Text Font Color

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

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


#fa438f Background Color

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

This div background color is #fa438f


#fa438f Border Color

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

This div border color is #fa438f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa438f

Related Colors


Comments

No comments written yet.

Please login to write comment.