Color Hex Logo

#fa83dc Color Hex

#FA83DC
(250,131,220)
0 Favorites   0 Comments

Color spaces of #fa83dc

RGB 250131220
HSL0.880.920.75
HSV315°48°98°
CMYK 0.000.480.12   0.02
XYZ60.458941.723972.5771
Yxy41.72390.34600.2387
Hunter Lab64.594054.0333-21.4017
CIE-Lab70.680156.3874-25.2583

#fa83dc color RGB value is (250,131,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000011 11011100
Octal 372 203 334
Decimal 250 131 220
Hex FA 83 DC

RGB Percentages of Color #fa83dc

%41.60
%21.80
%36.61

CMYK Percentages of Color #fa83dc

%0
%48
%12
%2

Triadic Colors of #fa83dc

#fa83dc #dcfa83 #83dcfa

Analogous Colors of #fa83dc

#fa83dc #fa83a1 #dd83fa

Monochromatic Colors of #fa83dc

#fa83dc

Complementary Color

#fa83dc #83faa1

#fa83dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa83dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa83dc Color CSS Codes

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

#fa83dc Text Font Color

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

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


#fa83dc Background Color

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

This div background color is #fa83dc


#fa83dc Border Color

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

This div border color is #fa83dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa83dc

Related Colors


Comments

No comments written yet.

Please login to write comment.