Color Hex Logo

#fa53dc Color Hex

#FA53DC
(250,83,220)
0 Favorites   0 Comments

Color spaces of #fa53dc

RGB 25083220
HSL0.860.940.65
HSV311°67°98°
CMYK 0.000.670.12   0.02
XYZ55.435931.677870.9028
Yxy31.67780.35080.2005
Hunter Lab56.283077.3180-35.2927
CIE-Lab63.075776.9108-37.0155

#fa53dc color RGB value is (250,83,220).

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

The process color (four color CMYK) of #fa53dc color hex is 0.00, 0.67, 0.12, 0.02. Web safe color of #fa53dc is #ff66cc. Color #fa53dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 11011100
Octal 372 123 334
Decimal 250 83 220
Hex FA 53 DC

RGB Percentages of Color #fa53dc

%45.21
%15.01
%39.78

CMYK Percentages of Color #fa53dc

%0
%67
%12
%2

Triadic Colors of #fa53dc

#fa53dc #dcfa53 #53dcfa

Analogous Colors of #fa53dc

#fa53dc #fa5389 #c553fa

Monochromatic Colors of #fa53dc

#fa53dc

Complementary Color

#fa53dc #53fa71

#fa53dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa53dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa53dc Color CSS Codes

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

#fa53dc Text Font Color

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

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


#fa53dc Background Color

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

This div background color is #fa53dc


#fa53dc Border Color

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

This div border color is #fa53dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa53dc


Comments

No comments written yet.

Please login to write comment.