Color Hex Logo

#fa5066 Color Hex

#FA5066
(250,80,102)
0 Favorites   0 Comments

Color spaces of #fa5066

RGB 25080102
HSL0.980.940.65
HSV352°68°98°
CMYK 0.000.680.59   0.02
XYZ44.691327.020615.4304
Yxy27.02060.51290.3101
Hunter Lab51.981362.499218.7870
CIE-Lab58.993465.557425.0266

#fa5066 color RGB value is (250,80,102).

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

The process color (four color CMYK) of #fa5066 color hex is 0.00, 0.68, 0.59, 0.02. Web safe color of #fa5066 is #ff6666. Color #fa5066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 01100110
Octal 372 120 146
Decimal 250 80 102
Hex FA 50 66

RGB Percentages of Color #fa5066

%57.87
%18.52
%23.61

CMYK Percentages of Color #fa5066

%0
%68
%59
%2

Triadic Colors of #fa5066

#fa5066 #66fa50 #5066fa

Analogous Colors of #fa5066

#fa5066 #fa8f50 #fa50bb

Monochromatic Colors of #fa5066

#fa5066

Complementary Color

#fa5066 #50fae4

#fa5066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5066 Color CSS Codes

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

#fa5066 Text Font Color

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

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


#fa5066 Background Color

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

This div background color is #fa5066


#fa5066 Border Color

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

This div border color is #fa5066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5066


Comments

No comments written yet.

Please login to write comment.