Color Hex Logo

#fa47dc Color Hex

#FA47DC
(250,71,220)
0 Favorites   0 Comments

Color spaces of #fa47dc

RGB 25071220
HSL0.860.950.63
HSV310°72°98°
CMYK 0.000.720.12   0.02
XYZ54.595829.997870.6228
Yxy29.99780.35170.1933
Hunter Lab54.770282.0835-38.1116
CIE-Lab61.652380.9250-39.2411

#fa47dc color RGB value is (250,71,220).

#fa47dc hex color red value is 250, green value is 71 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa47dc hue: 0.86 , saturation: 0.95 and the lightness value of fa47dc is 0.63.

The process color (four color CMYK) of #fa47dc color hex is 0.00, 0.72, 0.12, 0.02. Web safe color of #fa47dc is #ff33cc. Color #fa47dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 11011100
Octal 372 107 334
Decimal 250 71 220
Hex FA 47 DC

RGB Percentages of Color #fa47dc

%46.21
%13.12
%40.67

CMYK Percentages of Color #fa47dc

%0
%72
%12
%2

Triadic Colors of #fa47dc

#fa47dc #dcfa47 #47dcfa

Analogous Colors of #fa47dc

#fa47dc #fa4783 #bf47fa

Monochromatic Colors of #fa47dc

#fa47dc

Complementary Color

#fa47dc #47fa65

#fa47dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa47dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa47dc Color CSS Codes

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

#fa47dc Text Font Color

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

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


#fa47dc Background Color

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

This div background color is #fa47dc


#fa47dc Border Color

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

This div border color is #fa47dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa47dc

Related Colors


Comments

No comments written yet.

Please login to write comment.