Color Hex Logo

#fa84dd Color Hex

#FA84DD
(250,132,221)
0 Favorites   0 Comments

Color spaces of #fa84dd

RGB 250132221
HSL0.870.920.75
HSV315°47°98°
CMYK 0.000.470.12   0.02
XYZ60.726842.047073.3218
Yxy42.04700.34490.2388
Hunter Lab64.843753.6908-21.6515
CIE-Lab70.903356.0597-25.4690

#fa84dd color RGB value is (250,132,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 11011101
Octal 372 204 335
Decimal 250 132 221
Hex FA 84 DD

RGB Percentages of Color #fa84dd

%41.46
%21.89
%36.65

CMYK Percentages of Color #fa84dd

%0
%47
%12
%2

Triadic Colors of #fa84dd

#fa84dd #ddfa84 #84ddfa

Analogous Colors of #fa84dd

#fa84dd #fa84a2 #dc84fa

Monochromatic Colors of #fa84dd

#fa84dd

Complementary Color

#fa84dd #84faa1

#fa84dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa84dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa84dd Color CSS Codes

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

#fa84dd Text Font Color

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

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


#fa84dd Background Color

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

This div background color is #fa84dd


#fa84dd Border Color

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

This div border color is #fa84dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa84dd


Comments

No comments written yet.

Please login to write comment.