Color Hex Logo

#fa52df Color Hex

#FA52DF
(250,82,223)
0 Favorites   0 Comments

Color spaces of #fa52df

RGB 25082223
HSL0.860.940.65
HSV310°67°98°
CMYK 0.000.670.11   0.02
XYZ55.760931.686372.9892
Yxy31.68630.34760.1975
Hunter Lab56.290678.3118-37.4750
CIE-Lab63.082877.6951-38.6873

#fa52df color RGB value is (250,82,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 11011111
Octal 372 122 337
Decimal 250 82 223
Hex FA 52 DF

RGB Percentages of Color #fa52df

%45.05
%14.77
%40.18

CMYK Percentages of Color #fa52df

%0
%67
%11
%2

Triadic Colors of #fa52df

#fa52df #dffa52 #52dffa

Analogous Colors of #fa52df

#fa52df #fa528b #c152fa

Monochromatic Colors of #fa52df

#fa52df

Complementary Color

#fa52df #52fa6d

#fa52df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa52df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa52df Color CSS Codes

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

#fa52df Text Font Color

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

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


#fa52df Background Color

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

This div background color is #fa52df


#fa52df Border Color

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

This div border color is #fa52df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa52df


Comments

No comments written yet.

Please login to write comment.