Color Hex Logo

#fa738a Color Hex

#FA738A
(250,115,138)
0 Favorites   0 Comments

Color spaces of #fa738a

RGB 250115138
HSL0.970.930.72
HSV350°54°98°
CMYK 0.000.540.45   0.02
XYZ50.142534.420428.0458
Yxy34.42040.44530.3057
Hunter Lab58.668949.887912.7255
CIE-Lab65.294953.601312.9112

#fa738a color RGB value is (250,115,138).

#fa738a hex color red value is 250, green value is 115 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa738a hue: 0.97 , saturation: 0.93 and the lightness value of fa738a is 0.72.

The process color (four color CMYK) of #fa738a color hex is 0.00, 0.54, 0.45, 0.02. Web safe color of #fa738a is #ff6699. Color #fa738a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 10001010
Octal 372 163 212
Decimal 250 115 138
Hex FA 73 8A

RGB Percentages of Color #fa738a

%49.70
%22.86
%27.44

CMYK Percentages of Color #fa738a

%0
%54
%45
%2

Triadic Colors of #fa738a

#fa738a #8afa73 #738afa

Analogous Colors of #fa738a

#fa738a #faa073 #fa73ce

Monochromatic Colors of #fa738a

#fa738a

Complementary Color

#fa738a #73fae3

#fa738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa738a Color CSS Codes

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

#fa738a Text Font Color

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

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


#fa738a Background Color

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

This div background color is #fa738a


#fa738a Border Color

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

This div border color is #fa738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa738a


Comments

No comments written yet.

Please login to write comment.