Color Hex Logo

#fa6584 Color Hex

#FA6584
(250,101,132)
0 Favorites   0 Comments

Color spaces of #fa6584

RGB 250101132
HSL0.970.940.69
HSV348°60°98°
CMYK 0.000.600.47   0.02
XYZ48.242931.297325.3281
Yxy31.29730.46000.2984
Hunter Lab55.944056.026212.3178
CIE-Lab62.757859.369412.7877

#fa6584 color RGB value is (250,101,132).

#fa6584 hex color red value is 250, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fa6584 hue: 0.97 , saturation: 0.94 and the lightness value of fa6584 is 0.69.

The process color (four color CMYK) of #fa6584 color hex is 0.00, 0.60, 0.47, 0.02. Web safe color of #fa6584 is #ff6699. Color #fa6584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 10000100
Octal 372 145 204
Decimal 250 101 132
Hex FA 65 84

RGB Percentages of Color #fa6584

%51.76
%20.91
%27.33

CMYK Percentages of Color #fa6584

%0
%60
%47
%2

Triadic Colors of #fa6584

#fa6584 #84fa65 #6584fa

Analogous Colors of #fa6584

#fa6584 #fa9165 #fa65cf

Monochromatic Colors of #fa6584

#fa6584

Complementary Color

#fa6584 #65fadb

#fa6584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6584 Color CSS Codes

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

#fa6584 Text Font Color

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

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


#fa6584 Background Color

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

This div background color is #fa6584


#fa6584 Border Color

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

This div border color is #fa6584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6584


Comments

No comments written yet.

Please login to write comment.