Color Hex Logo

#fa14eb Color Hex

#FA14EB
(250,20,235)
0 Favorites   0 Comments

Color spaces of #fa14eb

RGB 25020235
HSL0.840.960.53
HSV304°92°98°
CMYK 0.000.920.06   0.02
XYZ54.669926.822580.8931
Yxy26.82250.33670.1652
Hunter Lab51.790497.7910-56.3536
CIE-Lab58.809793.3657-52.1576

#fa14eb color RGB value is (250,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 11101011
Octal 372 24 353
Decimal 250 20 235
Hex FA 14 EB

RGB Percentages of Color #fa14eb

%49.50
%3.96
%46.53

CMYK Percentages of Color #fa14eb

%0
%92
%6
%2

Triadic Colors of #fa14eb

#fa14eb #ebfa14 #14ebfa

Analogous Colors of #fa14eb

#fa14eb #fa1478 #9614fa

Monochromatic Colors of #fa14eb

#fa14eb

Complementary Color

#fa14eb #14fa23

#fa14eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa14eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa14eb Color CSS Codes

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

#fa14eb Text Font Color

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

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


#fa14eb Background Color

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

This div background color is #fa14eb


#fa14eb Border Color

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

This div border color is #fa14eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa14eb


Comments

No comments written yet.

Please login to write comment.