Color Hex Logo

#fa15ef Color Hex

#FA15EF
(250,21,239)
0 Favorites   0 Comments

Color spaces of #fa15ef

RGB 25021239
HSL0.840.960.53
HSV303°92°98°
CMYK 0.000.920.04   0.02
XYZ55.272527.092383.9775
Yxy27.09230.33230.1629
Hunter Lab52.050398.4623-59.2228
CIE-Lab59.059793.8104-54.0001

#fa15ef color RGB value is (250,21,239).

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

The process color (four color CMYK) of #fa15ef color hex is 0.00, 0.92, 0.04, 0.02. Web safe color of #fa15ef is #ff00ff. Color #fa15ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010101 11101111
Octal 372 25 357
Decimal 250 21 239
Hex FA 15 EF

RGB Percentages of Color #fa15ef

%49.02
%4.12
%46.86

CMYK Percentages of Color #fa15ef

%0
%92
%4
%2

Triadic Colors of #fa15ef

#fa15ef #effa15 #15effa

Analogous Colors of #fa15ef

#fa15ef #fa157d #9315fa

Monochromatic Colors of #fa15ef

#fa15ef

Complementary Color

#fa15ef #15fa20

#fa15ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa15ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa15ef Color CSS Codes

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

#fa15ef Text Font Color

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

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


#fa15ef Background Color

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

This div background color is #fa15ef


#fa15ef Border Color

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

This div border color is #fa15ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa15ef


Comments

No comments written yet.

Please login to write comment.