Color Hex Logo

#fa508e Color Hex

#FA508E
(250,80,142)
0 Favorites   0 Comments

Color spaces of #fa508e

RGB 25080142
HSL0.940.940.65
HSV338°68°98°
CMYK 0.000.680.43   0.02
XYZ47.175528.014328.5121
Yxy28.01430.45490.2701
Hunter Lab52.928566.47315.1110
CIE-Lab59.901768.71692.9112

#fa508e color RGB value is (250,80,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 10001110
Octal 372 120 216
Decimal 250 80 142
Hex FA 50 8E

RGB Percentages of Color #fa508e

%52.97
%16.95
%30.08

CMYK Percentages of Color #fa508e

%0
%68
%43
%2

Triadic Colors of #fa508e

#fa508e #8efa50 #508efa

Analogous Colors of #fa508e

#fa508e #fa6750 #fa50e3

Monochromatic Colors of #fa508e

#fa508e

Complementary Color

#fa508e #50fabc

#fa508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa508e Color CSS Codes

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

#fa508e Text Font Color

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

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


#fa508e Background Color

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

This div background color is #fa508e


#fa508e Border Color

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

This div border color is #fa508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa508e


Comments

No comments written yet.

Please login to write comment.