Color Hex Logo

#fa4fae Color Hex

#FA4FAE
(250,79,174)
0 Favorites   0 Comments

Color spaces of #fa4fae

RGB 25079174
HSL0.910.940.65
HSV327°68°98°
CMYK 0.000.680.30   0.02
XYZ49.860328.972043.0086
Yxy28.97200.40920.2378
Hunter Lab53.825671.1550-9.6969
CIE-Lab60.756972.4023-14.4050

#fa4fae color RGB value is (250,79,174).

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

The process color (four color CMYK) of #fa4fae color hex is 0.00, 0.68, 0.30, 0.02. Web safe color of #fa4fae is #ff6699. Color #fa4fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001111 10101110
Octal 372 117 256
Decimal 250 79 174
Hex FA 4F AE

RGB Percentages of Color #fa4fae

%49.70
%15.71
%34.59

CMYK Percentages of Color #fa4fae

%0
%68
%30
%2

Triadic Colors of #fa4fae

#fa4fae #aefa4f #4faefa

Analogous Colors of #fa4fae

#fa4fae #fa4f58 #f14ffa

Monochromatic Colors of #fa4fae

#fa4fae

Complementary Color

#fa4fae #4ffa9b

#fa4fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4fae Color CSS Codes

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

#fa4fae Text Font Color

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

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


#fa4fae Background Color

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

This div background color is #fa4fae


#fa4fae Border Color

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

This div border color is #fa4fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4fae

Related Colors


Comments

No comments written yet.

Please login to write comment.