Color Hex Logo

#fa52fd Color Hex

#FA52FD
(250,82,253)
0 Favorites   0 Comments

Color spaces of #fa52fd

RGB 25082253
HSL0.830.980.66
HSV299°68°99°
CMYK 0.010.680.00   0.01
XYZ60.171333.450496.2137
Yxy33.45040.31700.1762
Hunter Lab57.836384.4929-58.1465
CIE-Lab64.524082.2398-53.0865

#fa52fd color RGB value is (250,82,253).

#fa52fd hex color red value is 250, green value is 82 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fa52fd hue: 0.83 , saturation: 0.98 and the lightness value of fa52fd is 0.66.

The process color (four color CMYK) of #fa52fd color hex is 0.01, 0.68, 0.00, 0.01. Web safe color of #fa52fd is #ff66ff. Color #fa52fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 11111101
Octal 372 122 375
Decimal 250 82 253
Hex FA 52 FD

RGB Percentages of Color #fa52fd

%42.74
%14.02
%43.25

CMYK Percentages of Color #fa52fd

%1
%68
%0
%1

Triadic Colors of #fa52fd

#fa52fd #fdfa52 #52fdfa

Analogous Colors of #fa52fd

#fa52fd #fd52ab #a552fd

Monochromatic Colors of #fa52fd

#fa52fd

Complementary Color

#fa52fd #55fd52

#fa52fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa52fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa52fd Color CSS Codes

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

#fa52fd Text Font Color

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

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


#fa52fd Background Color

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

This div background color is #fa52fd


#fa52fd Border Color

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

This div border color is #fa52fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa52fd

Related Colors


Comments

No comments written yet.

Please login to write comment.