Color Hex Logo

#fa3fdb Color Hex

#FA3FDB
(250,63,219)
0 Favorites   0 Comments

Color spaces of #fa3fdb

RGB 25063219
HSL0.860.950.61
HSV310°75°98°
CMYK 0.000.750.12   0.02
XYZ53.988028.993569.7686
Yxy28.99350.35340.1898
Hunter Lab53.845684.7422-39.1310
CIE-Lab60.775983.1545-40.0513

#fa3fdb color RGB value is (250,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111111 11011011
Octal 372 77 333
Decimal 250 63 219
Hex FA 3F DB

RGB Percentages of Color #fa3fdb

%46.99
%11.84
%41.17

CMYK Percentages of Color #fa3fdb

%0
%75
%12
%2

Triadic Colors of #fa3fdb

#fa3fdb #dbfa3f #3fdbfa

Analogous Colors of #fa3fdb

#fa3fdb #fa3f7e #bc3ffa

Monochromatic Colors of #fa3fdb

#fa3fdb

Complementary Color

#fa3fdb #3ffa5e

#fa3fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3fdb Color CSS Codes

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

#fa3fdb Text Font Color

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

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


#fa3fdb Background Color

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

This div background color is #fa3fdb


#fa3fdb Border Color

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

This div border color is #fa3fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3fdb


Comments

No comments written yet.

Please login to write comment.