Color Hex Logo

#fa508b Color Hex

#FA508B
(250,80,139)
0 Favorites   0 Comments

Color spaces of #fa508b

RGB 25080139
HSL0.940.940.65
HSV339°68°98°
CMYK 0.000.680.44   0.02
XYZ46.953227.925427.3415
Yxy27.92540.45930.2732
Hunter Lab52.844566.12236.3148
CIE-Lab59.821368.44054.5482

#fa508b color RGB value is (250,80,139).

#fa508b hex color red value is 250, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fa508b hue: 0.94 , saturation: 0.94 and the lightness value of fa508b is 0.65.

The process color (four color CMYK) of #fa508b color hex is 0.00, 0.68, 0.44, 0.02. Web safe color of #fa508b is #ff6699. Color #fa508b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 10001011
Octal 372 120 213
Decimal 250 80 139
Hex FA 50 8B

RGB Percentages of Color #fa508b

%53.30
%17.06
%29.64

CMYK Percentages of Color #fa508b

%0
%68
%44
%2

Triadic Colors of #fa508b

#fa508b #8bfa50 #508bfa

Analogous Colors of #fa508b

#fa508b #fa6a50 #fa50e0

Monochromatic Colors of #fa508b

#fa508b

Complementary Color

#fa508b #50fabf

#fa508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa508b Color CSS Codes

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

#fa508b Text Font Color

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

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


#fa508b Background Color

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

This div background color is #fa508b


#fa508b Border Color

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

This div border color is #fa508b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa508b


Comments

No comments written yet.

Please login to write comment.