Color Hex Logo

#fa12db Color Hex

#FA12DB
(250,18,219)
0 Favorites   0 Comments

Color spaces of #fa12db

RGB 25018219
HSL0.860.960.53
HSV308°93°98°
CMYK 0.000.930.12   0.02
XYZ52.426825.871169.2482
Yxy25.87110.35530.1753
Hunter Lab50.863694.9744-45.1157
CIE-Lab57.914591.4576-44.5550

#fa12db color RGB value is (250,18,219).

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

The process color (four color CMYK) of #fa12db color hex is 0.00, 0.93, 0.12, 0.02. Web safe color of #fa12db is #ff00cc. Color #fa12db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010010 11011011
Octal 372 22 333
Decimal 250 18 219
Hex FA 12 DB

RGB Percentages of Color #fa12db

%51.33
%3.70
%44.97

CMYK Percentages of Color #fa12db

%0
%93
%12
%2

Triadic Colors of #fa12db

#fa12db #dbfa12 #12dbfa

Analogous Colors of #fa12db

#fa12db #fa1267 #a512fa

Monochromatic Colors of #fa12db

#fa12db

Complementary Color

#fa12db #12fa31

#fa12db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa12db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa12db Color CSS Codes

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

#fa12db Text Font Color

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

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


#fa12db Background Color

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

This div background color is #fa12db


#fa12db Border Color

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

This div border color is #fa12db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa12db


Comments

No comments written yet.

Please login to write comment.