Color Hex Logo

#fa14ef Color Hex

#FA14EF
(250,20,239)
0 Favorites   0 Comments

Color spaces of #fa14ef

RGB 25020239
HSL0.840.960.53
HSV303°92°98°
CMYK 0.000.920.04   0.02
XYZ55.254527.056383.9715
Yxy27.05630.33230.1627
Hunter Lab52.015798.5871-59.3038
CIE-Lab59.026493.9084-54.0531

#fa14ef color RGB value is (250,20,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 11101111
Octal 372 24 357
Decimal 250 20 239
Hex FA 14 EF

RGB Percentages of Color #fa14ef

%49.12
%3.93
%46.95

CMYK Percentages of Color #fa14ef

%0
%92
%4
%2

Triadic Colors of #fa14ef

#fa14ef #effa14 #14effa

Analogous Colors of #fa14ef

#fa14ef #fa147c #9214fa

Monochromatic Colors of #fa14ef

#fa14ef

Complementary Color

#fa14ef #14fa1f

#fa14ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa14ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa14ef Color CSS Codes

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

#fa14ef Text Font Color

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

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


#fa14ef Background Color

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

This div background color is #fa14ef


#fa14ef Border Color

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

This div border color is #fa14ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa14ef


Comments

No comments written yet.

Please login to write comment.