Color Hex Logo

#fa3adb Color Hex

#FA3ADB
(250,58,219)
0 Favorites   0 Comments

Color spaces of #fa3adb

RGB 25058219
HSL0.860.950.60
HSV310°77°98°
CMYK 0.000.770.12   0.02
XYZ53.723628.464669.6805
Yxy28.46460.35380.1874
Hunter Lab53.352286.3761-40.0890
CIE-Lab60.306284.5021-40.7886

#fa3adb color RGB value is (250,58,219).

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

The process color (four color CMYK) of #fa3adb color hex is 0.00, 0.77, 0.12, 0.02. Web safe color of #fa3adb is #ff33cc. Color #fa3adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111010 11011011
Octal 372 72 333
Decimal 250 58 219
Hex FA 3A DB

RGB Percentages of Color #fa3adb

%47.44
%11.01
%41.56

CMYK Percentages of Color #fa3adb

%0
%77
%12
%2

Triadic Colors of #fa3adb

#fa3adb #dbfa3a #3adbfa

Analogous Colors of #fa3adb

#fa3adb #fa3a7b #b93afa

Monochromatic Colors of #fa3adb

#fa3adb

Complementary Color

#fa3adb #3afa59

#fa3adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3adb Color CSS Codes

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

#fa3adb Text Font Color

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

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


#fa3adb Background Color

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

This div background color is #fa3adb


#fa3adb Border Color

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

This div border color is #fa3adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3adb


Comments

No comments written yet.

Please login to write comment.