Color Hex Logo

#db5dfb Color Hex

#DB5DFB
(219,93,251)
0 Favorites   0 Comments

Color spaces of #db5dfb

RGB 21993251
HSL0.800.950.67
HSV288°63°98°
CMYK 0.130.630.00   0.02
XYZ50.540429.853894.3654
Yxy29.85380.28920.1708
Hunter Lab54.638669.4938-64.1517
CIE-Lab61.527970.9044-57.0152

#db5dfb color RGB value is (219,93,251).

#db5dfb hex color red value is 219, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db5dfb hue: 0.80 , saturation: 0.95 and the lightness value of db5dfb is 0.67.

The process color (four color CMYK) of #db5dfb color hex is 0.13, 0.63, 0.00, 0.02. Web safe color of #db5dfb is #cc66ff. Color #db5dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011101 11111011
Octal 333 135 373
Decimal 219 93 251
Hex DB 5D FB

RGB Percentages of Color #db5dfb

%38.90
%16.52
%44.58

CMYK Percentages of Color #db5dfb

%13
%63
%0
%2

Triadic Colors of #db5dfb

#db5dfb #fbdb5d #5dfbdb

Analogous Colors of #db5dfb

#db5dfb #fb5dcc #8c5dfb

Monochromatic Colors of #db5dfb

#db5dfb

Complementary Color

#db5dfb #7dfb5d

#db5dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5dfb Color CSS Codes

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

#db5dfb Text Font Color

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

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


#db5dfb Background Color

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

This div background color is #db5dfb


#db5dfb Border Color

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

This div border color is #db5dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,93,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db5dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5dfb


Comments

No comments written yet.

Please login to write comment.