Color Hex Logo

#fa388e Color Hex

#FA388E
(250,56,142)
0 Favorites   0 Comments

Color spaces of #fa388e

RGB 25056142
HSL0.930.950.60
HSV333°78°98°
CMYK 0.000.780.43   0.02
XYZ45.721025.105328.0272
Yxy25.10530.46250.2540
Hunter Lab50.105275.19721.9088
CIE-Lab57.177976.3463-1.0555

#fa388e color RGB value is (250,56,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 10001110
Octal 372 70 216
Decimal 250 56 142
Hex FA 38 8E

RGB Percentages of Color #fa388e

%55.80
%12.50
%31.70

CMYK Percentages of Color #fa388e

%0
%78
%43
%2

Triadic Colors of #fa388e

#fa388e #8efa38 #388efa

Analogous Colors of #fa388e

#fa388e #fa4338 #fa38ef

Monochromatic Colors of #fa388e

#fa388e

Complementary Color

#fa388e #38faa4

#fa388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa388e Color CSS Codes

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

#fa388e Text Font Color

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

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


#fa388e Background Color

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

This div background color is #fa388e


#fa388e Border Color

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

This div border color is #fa388e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa388e


Comments

No comments written yet.

Please login to write comment.