Color Hex Logo

#fa1bdb Color Hex

#FA1BDB
(250,27,219)
0 Favorites   0 Comments

Color spaces of #fa1bdb

RGB 25027219
HSL0.860.960.54
HSV308°89°98°
CMYK 0.000.890.12   0.02
XYZ52.602526.222369.3068
Yxy26.22230.35510.1770
Hunter Lab51.207793.7484-44.4003
CIE-Lab58.247590.4800-44.0294

#fa1bdb color RGB value is (250,27,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011011 11011011
Octal 372 33 333
Decimal 250 27 219
Hex FA 1B DB

RGB Percentages of Color #fa1bdb

%50.40
%5.44
%44.15

CMYK Percentages of Color #fa1bdb

%0
%89
%12
%2

Triadic Colors of #fa1bdb

#fa1bdb #dbfa1b #1bdbfa

Analogous Colors of #fa1bdb

#fa1bdb #fa1b6c #aa1bfa

Monochromatic Colors of #fa1bdb

#fa1bdb

Complementary Color

#fa1bdb #1bfa3a

#fa1bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1bdb Color CSS Codes

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

#fa1bdb Text Font Color

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

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


#fa1bdb Background Color

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

This div background color is #fa1bdb


#fa1bdb Border Color

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

This div border color is #fa1bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1bdb


Comments

No comments written yet.

Please login to write comment.