Color Hex Logo

#fa6578 Color Hex

#FA6578
(250,101,120)
0 Favorites   0 Comments

Color spaces of #fa6578

RGB 250101120
HSL0.980.940.69
HSV352°60°98°
CMYK 0.000.600.52   0.02
XYZ47.468230.987421.2486
Yxy30.98740.47610.3108
Hunter Lab55.666354.795816.3346
CIE-Lab62.497058.347219.3320

#fa6578 color RGB value is (250,101,120).

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

The process color (four color CMYK) of #fa6578 color hex is 0.00, 0.60, 0.52, 0.02. Web safe color of #fa6578 is #ff6666. Color #fa6578 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 01111000
Octal 372 145 170
Decimal 250 101 120
Hex FA 65 78

RGB Percentages of Color #fa6578

%53.08
%21.44
%25.48

CMYK Percentages of Color #fa6578

%0
%60
%52
%2

Triadic Colors of #fa6578

#fa6578 #78fa65 #6578fa

Analogous Colors of #fa6578

#fa6578 #fa9d65 #fa65c3

Monochromatic Colors of #fa6578

#fa6578

Complementary Color

#fa6578 #65fae7

#fa6578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6578 Color CSS Codes

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

#fa6578 Text Font Color

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

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


#fa6578 Background Color

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

This div background color is #fa6578


#fa6578 Border Color

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

This div border color is #fa6578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6578


Comments

No comments written yet.

Please login to write comment.