Color Hex Logo

#fa3edb Color Hex

#FA3EDB
(250,62,219)
0 Favorites   0 Comments

Color spaces of #fa3edb

RGB 25062219
HSL0.860.950.61
HSV310°75°98°
CMYK 0.000.750.12   0.02
XYZ53.933128.883769.7504
Yxy28.88370.35350.1893
Hunter Lab53.743685.0783-39.3283
CIE-Lab60.678983.4324-40.2037

#fa3edb color RGB value is (250,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111110 11011011
Octal 372 76 333
Decimal 250 62 219
Hex FA 3E DB

RGB Percentages of Color #fa3edb

%47.08
%11.68
%41.24

CMYK Percentages of Color #fa3edb

%0
%75
%12
%2

Triadic Colors of #fa3edb

#fa3edb #dbfa3e #3edbfa

Analogous Colors of #fa3edb

#fa3edb #fa3e7d #bb3efa

Monochromatic Colors of #fa3edb

#fa3edb

Complementary Color

#fa3edb #3efa5d

#fa3edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3edb Color CSS Codes

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

#fa3edb Text Font Color

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

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


#fa3edb Background Color

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

This div background color is #fa3edb


#fa3edb Border Color

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

This div border color is #fa3edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3edb


Comments

No comments written yet.

Please login to write comment.