Color Hex Logo

#fa81dd Color Hex

#FA81DD
(250,129,221)
0 Favorites   0 Comments

Color spaces of #fa81dd

RGB 250129221
HSL0.870.920.74
HSV314°48°98°
CMYK 0.000.480.12   0.02
XYZ60.325741.245073.1882
Yxy41.24500.34520.2360
Hunter Lab64.222355.2809-22.6118
CIE-Lab70.347257.5064-26.3212

#fa81dd color RGB value is (250,129,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 11011101
Octal 372 201 335
Decimal 250 129 221
Hex FA 81 DD

RGB Percentages of Color #fa81dd

%41.67
%21.50
%36.83

CMYK Percentages of Color #fa81dd

%0
%48
%12
%2

Triadic Colors of #fa81dd

#fa81dd #ddfa81 #81ddfa

Analogous Colors of #fa81dd

#fa81dd #fa81a1 #db81fa

Monochromatic Colors of #fa81dd

#fa81dd

Complementary Color

#fa81dd #81fa9e

#fa81dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa81dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa81dd Color CSS Codes

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

#fa81dd Text Font Color

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

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


#fa81dd Background Color

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

This div background color is #fa81dd


#fa81dd Border Color

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

This div border color is #fa81dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa81dd


Comments

No comments written yet.

Please login to write comment.