Color Hex Logo

#fa4766 Color Hex

#FA4766
(250,71,102)
0 Favorites   0 Comments

Color spaces of #fa4766

RGB 25071102
HSL0.970.950.63
HSV350°72°98°
CMYK 0.000.720.59   0.02
XYZ44.075925.789815.2252
Yxy25.78980.51800.3031
Hunter Lab50.783766.051417.7731
CIE-Lab57.837068.749023.4971

#fa4766 color RGB value is (250,71,102).

#fa4766 hex color red value is 250, green value is 71 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fa4766 hue: 0.97 , saturation: 0.95 and the lightness value of fa4766 is 0.63.

The process color (four color CMYK) of #fa4766 color hex is 0.00, 0.72, 0.59, 0.02. Web safe color of #fa4766 is #ff3366. Color #fa4766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 01100110
Octal 372 107 146
Decimal 250 71 102
Hex FA 47 66

RGB Percentages of Color #fa4766

%59.10
%16.78
%24.11

CMYK Percentages of Color #fa4766

%0
%72
%59
%2

Triadic Colors of #fa4766

#fa4766 #66fa47 #4766fa

Analogous Colors of #fa4766

#fa4766 #fa8247 #fa47c0

Monochromatic Colors of #fa4766

#fa4766

Complementary Color

#fa4766 #47fadb

#fa4766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4766 Color CSS Codes

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

#fa4766 Text Font Color

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

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


#fa4766 Background Color

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

This div background color is #fa4766


#fa4766 Border Color

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

This div border color is #fa4766


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,71,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 #fa4766">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4766

Related Colors


Comments

No comments written yet.

Please login to write comment.