Color Hex Logo

#fa2fdf Color Hex

#FA2FDF
(250,47,223)
0 Favorites   0 Comments

Color spaces of #fa2fdf

RGB 25047223
HSL0.860.950.58
HSV308°81°98°
CMYK 0.000.810.11   0.02
XYZ53.760127.684772.3223
Yxy27.68470.34960.1800
Hunter Lab52.616390.3020-44.6641
CIE-Lab59.602887.6275-44.1525

#fa2fdf color RGB value is (250,47,223).

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

The process color (four color CMYK) of #fa2fdf color hex is 0.00, 0.81, 0.11, 0.02. Web safe color of #fa2fdf is #ff33cc. Color #fa2fdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101111 11011111
Octal 372 57 337
Decimal 250 47 223
Hex FA 2F DF

RGB Percentages of Color #fa2fdf

%48.08
%9.04
%42.88

CMYK Percentages of Color #fa2fdf

%0
%81
%11
%2

Triadic Colors of #fa2fdf

#fa2fdf #dffa2f #2fdffa

Analogous Colors of #fa2fdf

#fa2fdf #fa2f7a #b02ffa

Monochromatic Colors of #fa2fdf

#fa2fdf

Complementary Color

#fa2fdf #2ffa4a

#fa2fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2fdf Color CSS Codes

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

#fa2fdf Text Font Color

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

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


#fa2fdf Background Color

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

This div background color is #fa2fdf


#fa2fdf Border Color

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

This div border color is #fa2fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2fdf


Comments

No comments written yet.

Please login to write comment.