Color Hex Logo

#fa84df Color Hex

#FA84DF
(250,132,223)
0 Favorites   0 Comments

Color spaces of #fa84df

RGB 250132223
HSL0.870.920.75
HSV314°47°98°
CMYK 0.000.470.11   0.02
XYZ60.994942.154274.7338
Yxy42.15420.34290.2370
Hunter Lab64.926354.0706-22.7978
CIE-Lab70.977156.3744-26.4600

#fa84df color RGB value is (250,132,223).

#fa84df hex color red value is 250, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa84df hue: 0.87 , saturation: 0.92 and the lightness value of fa84df is 0.75.

The process color (four color CMYK) of #fa84df color hex is 0.00, 0.47, 0.11, 0.02. Web safe color of #fa84df is #ff99cc. Color #fa84df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 11011111
Octal 372 204 337
Decimal 250 132 223
Hex FA 84 DF

RGB Percentages of Color #fa84df

%41.32
%21.82
%36.86

CMYK Percentages of Color #fa84df

%0
%47
%11
%2

Triadic Colors of #fa84df

#fa84df #dffa84 #84dffa

Analogous Colors of #fa84df

#fa84df #fa84a4 #da84fa

Monochromatic Colors of #fa84df

#fa84df

Complementary Color

#fa84df #84fa9f

#fa84df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa84df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa84df Color CSS Codes

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

#fa84df Text Font Color

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

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


#fa84df Background Color

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

This div background color is #fa84df


#fa84df Border Color

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

This div border color is #fa84df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa84df


Comments

No comments written yet.

Please login to write comment.