Color Hex Logo

#fa388f Color Hex

#FA388F
(250,56,143)
0 Favorites   0 Comments

Color spaces of #fa388f

RGB 25056143
HSL0.930.950.60
HSV333°78°98°
CMYK 0.000.780.43   0.02
XYZ45.796425.135528.4245
Yxy25.13550.46090.2530
Hunter Lab50.135375.31511.4799
CIE-Lab57.207276.4351-1.6033

#fa388f color RGB value is (250,56,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 10001111
Octal 372 70 217
Decimal 250 56 143
Hex FA 38 8F

RGB Percentages of Color #fa388f

%55.68
%12.47
%31.85

CMYK Percentages of Color #fa388f

%0
%78
%43
%2

Triadic Colors of #fa388f

#fa388f #8ffa38 #388ffa

Analogous Colors of #fa388f

#fa388f #fa4238 #fa38f0

Monochromatic Colors of #fa388f

#fa388f

Complementary Color

#fa388f #38faa3

#fa388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa388f Color CSS Codes

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

#fa388f Text Font Color

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

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


#fa388f Background Color

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

This div background color is #fa388f


#fa388f Border Color

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

This div border color is #fa388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa388f


Comments

No comments written yet.

Please login to write comment.