Color Hex Logo

#fa21ef Color Hex

#FA21EF
(250,33,239)
0 Favorites   0 Comments

Color spaces of #fa21ef

RGB 25033239
HSL0.840.960.55
HSV303°87°98°
CMYK 0.000.870.04   0.02
XYZ55.548227.643784.0694
Yxy27.64370.33210.1653
Hunter Lab52.577396.5761-57.9987
CIE-Lab59.565592.3229-53.1949

#fa21ef color RGB value is (250,33,239).

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

The process color (four color CMYK) of #fa21ef color hex is 0.00, 0.87, 0.04, 0.02. Web safe color of #fa21ef is #ff33ff. Color #fa21ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100001 11101111
Octal 372 41 357
Decimal 250 33 239
Hex FA 21 EF

RGB Percentages of Color #fa21ef

%47.89
%6.32
%45.79

CMYK Percentages of Color #fa21ef

%0
%87
%4
%2

Triadic Colors of #fa21ef

#fa21ef #effa21 #21effa

Analogous Colors of #fa21ef

#fa21ef #fa2183 #9921fa

Monochromatic Colors of #fa21ef

#fa21ef

Complementary Color

#fa21ef #21fa2c

#fa21ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa21ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa21ef Color CSS Codes

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

#fa21ef Text Font Color

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

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


#fa21ef Background Color

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

This div background color is #fa21ef


#fa21ef Border Color

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

This div border color is #fa21ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa21ef


Comments

No comments written yet.

Please login to write comment.