Color Hex Logo

#fa629a Color Hex

#FA629A
(250,98,154)
0 Favorites   0 Comments

Color spaces of #fa629a

RGB 25098154
HSL0.940.940.68
HSV338°61°98°
CMYK 0.000.610.38   0.02
XYZ49.624831.392534.0157
Yxy31.39250.43140.2729
Hunter Lab56.029060.04643.2248
CIE-Lab62.837662.79800.2196

#fa629a color RGB value is (250,98,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100010 10011010
Octal 372 142 232
Decimal 250 98 154
Hex FA 62 9A

RGB Percentages of Color #fa629a

%49.80
%19.52
%30.68

CMYK Percentages of Color #fa629a

%0
%61
%38
%2

Triadic Colors of #fa629a

#fa629a #9afa62 #629afa

Analogous Colors of #fa629a

#fa629a #fa7662 #fa62e6

Monochromatic Colors of #fa629a

#fa629a

Complementary Color

#fa629a #62fac2

#fa629a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa629a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa629a Color CSS Codes

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

#fa629a Text Font Color

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

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


#fa629a Background Color

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

This div background color is #fa629a


#fa629a Border Color

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

This div border color is #fa629a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa629a


Comments

No comments written yet.

Please login to write comment.