Color Hex Logo

#fa6587 Color Hex

#FA6587
(250,101,135)
0 Favorites   0 Comments

Color spaces of #fa6587

RGB 250101135
HSL0.960.940.69
HSV346°60°98°
CMYK 0.000.600.46   0.02
XYZ48.451231.380626.4251
Yxy31.38060.45600.2953
Hunter Lab56.018456.355311.2445
CIE-Lab62.827659.641711.1573

#fa6587 color RGB value is (250,101,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 10000111
Octal 372 145 207
Decimal 250 101 135
Hex FA 65 87

RGB Percentages of Color #fa6587

%51.44
%20.78
%27.78

CMYK Percentages of Color #fa6587

%0
%60
%46
%2

Triadic Colors of #fa6587

#fa6587 #87fa65 #6587fa

Analogous Colors of #fa6587

#fa6587 #fa8e65 #fa65d2

Monochromatic Colors of #fa6587

#fa6587

Complementary Color

#fa6587 #65fad8

#fa6587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6587 Color CSS Codes

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

#fa6587 Text Font Color

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

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


#fa6587 Background Color

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

This div background color is #fa6587


#fa6587 Border Color

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

This div border color is #fa6587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6587

Related Colors


Comments

No comments written yet.

Please login to write comment.