Color Hex Logo

#fa7581 Color Hex

#FA7581
(250,117,129)
0 Favorites   0 Comments

Color spaces of #fa7581

RGB 250117129
HSL0.980.930.72
HSV355°53°98°
CMYK 0.000.530.48   0.02
XYZ49.748134.631624.8314
Yxy34.63160.45550.3171
Hunter Lab58.848647.911216.1764
CIE-Lab65.460851.824118.2574

#fa7581 color RGB value is (250,117,129).

#fa7581 hex color red value is 250, green value is 117 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fa7581 hue: 0.98 , saturation: 0.93 and the lightness value of fa7581 is 0.72.

The process color (four color CMYK) of #fa7581 color hex is 0.00, 0.53, 0.48, 0.02. Web safe color of #fa7581 is #ff6699. Color #fa7581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 10000001
Octal 372 165 201
Decimal 250 117 129
Hex FA 75 81

RGB Percentages of Color #fa7581

%50.40
%23.59
%26.01

CMYK Percentages of Color #fa7581

%0
%53
%48
%2

Triadic Colors of #fa7581

#fa7581 #81fa75 #7581fa

Analogous Colors of #fa7581

#fa7581 #faac75 #fa75c4

Monochromatic Colors of #fa7581

#fa7581

Complementary Color

#fa7581 #75faee

#fa7581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7581 Color CSS Codes

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

#fa7581 Text Font Color

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

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


#fa7581 Background Color

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

This div background color is #fa7581


#fa7581 Border Color

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

This div border color is #fa7581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7581


Comments

No comments written yet.

Please login to write comment.