Color Hex Logo

#fa9bdb Color Hex

#FA9BDB
(250,155,219)
0 Favorites   0 Comments

Color spaces of #fa9bdb

RGB 250155219
HSL0.890.900.79
HSV320°38°98°
CMYK 0.000.380.12   0.02
XYZ63.931948.881273.0833
Yxy48.88120.34390.2629
Hunter Lab69.915140.8729-13.0362
CIE-Lab75.377444.2218-17.5649

#fa9bdb color RGB value is (250,155,219).

#fa9bdb hex color red value is 250, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fa9bdb hue: 0.89 , saturation: 0.90 and the lightness value of fa9bdb is 0.79.

The process color (four color CMYK) of #fa9bdb color hex is 0.00, 0.38, 0.12, 0.02. Web safe color of #fa9bdb is #ff99cc. Color #fa9bdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011011 11011011
Octal 372 233 333
Decimal 250 155 219
Hex FA 9B DB

RGB Percentages of Color #fa9bdb

%40.06
%24.84
%35.10

CMYK Percentages of Color #fa9bdb

%0
%38
%12
%2

Triadic Colors of #fa9bdb

#fa9bdb #dbfa9b #9bdbfa

Analogous Colors of #fa9bdb

#fa9bdb #fa9bac #ea9bfa

Monochromatic Colors of #fa9bdb

#fa9bdb

Complementary Color

#fa9bdb #9bfaba

#fa9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9bdb Color CSS Codes

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

#fa9bdb Text Font Color

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

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


#fa9bdb Background Color

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

This div background color is #fa9bdb


#fa9bdb Border Color

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

This div border color is #fa9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9bdb

Related Colors


Comments

No comments written yet.

Please login to write comment.