Color Hex Logo

#fa83dd Color Hex

#FA83DD
(250,131,221)
0 Favorites   0 Comments

Color spaces of #fa83dd

RGB 250131221
HSL0.870.920.75
HSV315°48°98°
CMYK 0.000.480.12   0.02
XYZ60.591841.777173.2769
Yxy41.77710.34500.2378
Hunter Lab64.635254.2219-21.9724
CIE-Lab70.717056.5436-25.7545

#fa83dd color RGB value is (250,131,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000011 11011101
Octal 372 203 335
Decimal 250 131 221
Hex FA 83 DD

RGB Percentages of Color #fa83dd

%41.53
%21.76
%36.71

CMYK Percentages of Color #fa83dd

%0
%48
%12
%2

Triadic Colors of #fa83dd

#fa83dd #ddfa83 #83ddfa

Analogous Colors of #fa83dd

#fa83dd #fa83a2 #dc83fa

Monochromatic Colors of #fa83dd

#fa83dd

Complementary Color

#fa83dd #83faa0

#fa83dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa83dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa83dd Color CSS Codes

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

#fa83dd Text Font Color

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

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


#fa83dd Background Color

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

This div background color is #fa83dd


#fa83dd Border Color

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

This div border color is #fa83dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa83dd


Comments

No comments written yet.

Please login to write comment.