Color Hex Logo

#fa7583 Color Hex

#FA7583
(250,117,131)
0 Favorites   0 Comments

Color spaces of #fa7583

RGB 250117131
HSL0.980.930.72
HSV354°53°98°
CMYK 0.000.530.48   0.02
XYZ49.882434.685325.5386
Yxy34.68530.45300.3150
Hunter Lab58.894248.121515.5157
CIE-Lab65.502952.004917.1808

#fa7583 color RGB value is (250,117,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 10000011
Octal 372 165 203
Decimal 250 117 131
Hex FA 75 83

RGB Percentages of Color #fa7583

%50.20
%23.49
%26.31

CMYK Percentages of Color #fa7583

%0
%53
%48
%2

Triadic Colors of #fa7583

#fa7583 #83fa75 #7583fa

Analogous Colors of #fa7583

#fa7583 #faaa75 #fa75c6

Monochromatic Colors of #fa7583

#fa7583

Complementary Color

#fa7583 #75faec

#fa7583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7583 Color CSS Codes

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

#fa7583 Text Font Color

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

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


#fa7583 Background Color

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

This div background color is #fa7583


#fa7583 Border Color

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

This div border color is #fa7583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7583

Related Colors


Comments

No comments written yet.

Please login to write comment.