Color Hex Logo

#fa41dc Color Hex

#FA41DC
(250,65,220)
0 Favorites   0 Comments

Color spaces of #fa41dc

RGB 25065220
HSL0.860.950.62
HSV310°74°98°
CMYK 0.000.740.12   0.02
XYZ54.232929.271970.5018
Yxy29.27190.35210.1901
Hunter Lab54.103584.2457-39.3878
CIE-Lab61.020882.7239-40.2309

#fa41dc color RGB value is (250,65,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 11011100
Octal 372 101 334
Decimal 250 65 220
Hex FA 41 DC

RGB Percentages of Color #fa41dc

%46.73
%12.15
%41.12

CMYK Percentages of Color #fa41dc

%0
%74
%12
%2

Triadic Colors of #fa41dc

#fa41dc #dcfa41 #41dcfa

Analogous Colors of #fa41dc

#fa41dc #fa4180 #bc41fa

Monochromatic Colors of #fa41dc

#fa41dc

Complementary Color

#fa41dc #41fa5f

#fa41dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa41dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa41dc Color CSS Codes

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

#fa41dc Text Font Color

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

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


#fa41dc Background Color

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

This div background color is #fa41dc


#fa41dc Border Color

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

This div border color is #fa41dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa41dc


Comments

No comments written yet.

Please login to write comment.