Color Hex Logo

#fa658a Color Hex

#FA658A
(250,101,138)
0 Favorites   0 Comments

Color spaces of #fa658a

RGB 250101138
HSL0.960.940.69
HSV345°60°98°
CMYK 0.000.600.45   0.02
XYZ48.665531.466327.5534
Yxy31.46630.45190.2922
Hunter Lab56.094856.693110.1435
CIE-Lab62.899359.92079.5300

#fa658a color RGB value is (250,101,138).

#fa658a hex color red value is 250, green value is 101 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa658a hue: 0.96 , saturation: 0.94 and the lightness value of fa658a is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 10001010
Octal 372 145 212
Decimal 250 101 138
Hex FA 65 8A

RGB Percentages of Color #fa658a

%51.12
%20.65
%28.22

CMYK Percentages of Color #fa658a

%0
%60
%45
%2

Triadic Colors of #fa658a

#fa658a #8afa65 #658afa

Analogous Colors of #fa658a

#fa658a #fa8b65 #fa65d5

Monochromatic Colors of #fa658a

#fa658a

Complementary Color

#fa658a #65fad5

#fa658a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa658a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa658a Color CSS Codes

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

#fa658a Text Font Color

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

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


#fa658a Background Color

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

This div background color is #fa658a


#fa658a Border Color

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

This div border color is #fa658a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa658a


Comments

No comments written yet.

Please login to write comment.