Color Hex Logo

#fa21ce Color Hex

#FA21CE
(250,33,206)
0 Favorites   0 Comments

Color spaces of #fa21ce

RGB 25033206
HSL0.870.960.55
HSV312°87°98°
CMYK 0.000.870.18   0.02
XYZ51.108825.867960.6918
Yxy25.86790.37120.1879
Hunter Lab50.860590.3656-35.1484
CIE-Lab57.911488.0053-37.1627

#fa21ce color RGB value is (250,33,206).

#fa21ce hex color red value is 250, green value is 33 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fa21ce hue: 0.87 , saturation: 0.96 and the lightness value of fa21ce is 0.55.

The process color (four color CMYK) of #fa21ce color hex is 0.00, 0.87, 0.18, 0.02. Web safe color of #fa21ce is #ff33cc. Color #fa21ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 11001110
Octal 372 41 316
Decimal 250 33 206
Hex FA 21 CE

RGB Percentages of Color #fa21ce

%51.12
%6.75
%42.13

CMYK Percentages of Color #fa21ce

%0
%87
%18
%2

Triadic Colors of #fa21ce

#fa21ce #cefa21 #21cefa

Analogous Colors of #fa21ce

#fa21ce #fa2162 #ba21fa

Monochromatic Colors of #fa21ce

#fa21ce

Complementary Color

#fa21ce #21fa4d

#fa21ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa21ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa21ce Color CSS Codes

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

#fa21ce Text Font Color

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

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


#fa21ce Background Color

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

This div background color is #fa21ce


#fa21ce Border Color

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

This div border color is #fa21ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa21ce


Comments

No comments written yet.

Please login to write comment.