Color Hex Logo

#fa2bdb Color Hex

#FA2BDB
(250,43,219)
0 Favorites   0 Comments

Color spaces of #fa2bdb

RGB 25043219
HSL0.860.950.57
HSV309°83°98°
CMYK 0.000.830.12   0.02
XYZ53.074427.166269.4641
Yxy27.16620.35450.1815
Hunter Lab52.121290.5523-42.5334
CIE-Lab59.127887.9091-42.6416

#fa2bdb color RGB value is (250,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101011 11011011
Octal 372 53 333
Decimal 250 43 219
Hex FA 2B DB

RGB Percentages of Color #fa2bdb

%48.83
%8.40
%42.77

CMYK Percentages of Color #fa2bdb

%0
%83
%12
%2

Triadic Colors of #fa2bdb

#fa2bdb #dbfa2b #2bdbfa

Analogous Colors of #fa2bdb

#fa2bdb #fa2b74 #b22bfa

Monochromatic Colors of #fa2bdb

#fa2bdb

Complementary Color

#fa2bdb #2bfa4a

#fa2bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2bdb Color CSS Codes

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

#fa2bdb Text Font Color

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

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


#fa2bdb Background Color

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

This div background color is #fa2bdb


#fa2bdb Border Color

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

This div border color is #fa2bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2bdb


Comments

No comments written yet.

Please login to write comment.