Color Hex Logo

#fa629e Color Hex

#FA629E
(250,98,158)
0 Favorites   0 Comments

Color spaces of #fa629e

RGB 25098158
HSL0.930.940.68
HSV336°61°98°
CMYK 0.000.610.37   0.02
XYZ49.963631.528035.7999
Yxy31.52800.42600.2688
Hunter Lab56.149860.57191.5028
CIE-Lab62.950863.2240-1.9175

#fa629e color RGB value is (250,98,158).

#fa629e hex color red value is 250, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa629e hue: 0.93 , saturation: 0.94 and the lightness value of fa629e is 0.68.

The process color (four color CMYK) of #fa629e color hex is 0.00, 0.61, 0.37, 0.02. Web safe color of #fa629e is #ff6699. Color #fa629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 10011110
Octal 372 142 236
Decimal 250 98 158
Hex FA 62 9E

RGB Percentages of Color #fa629e

%49.41
%19.37
%31.23

CMYK Percentages of Color #fa629e

%0
%61
%37
%2

Triadic Colors of #fa629e

#fa629e #9efa62 #629efa

Analogous Colors of #fa629e

#fa629e #fa7262 #fa62ea

Monochromatic Colors of #fa629e

#fa629e

Complementary Color

#fa629e #62fabe

#fa629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa629e Color CSS Codes

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

#fa629e Text Font Color

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

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


#fa629e Background Color

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

This div background color is #fa629e


#fa629e Border Color

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

This div border color is #fa629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa629e


Comments

No comments written yet.

Please login to write comment.