Color Hex Logo

#dba5db Color Hex

#DBA5DB
(219,165,219)
0 Favorites   0 Comments

Color spaces of #dba5db

RGB 219165219
HSL0.830.430.75
HSV300°25°86°
CMYK 0.000.250.00   0.14
XYZ55.454747.084873.1833
Yxy47.08480.31560.2679
Hunter Lab68.618424.1746-15.2015
CIE-Lab74.244028.8188-19.5988

#dba5db color RGB value is (219,165,219).

#dba5db hex color red value is 219, green value is 165 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dba5db hue: 0.83 , saturation: 0.43 and the lightness value of dba5db is 0.75.

The process color (four color CMYK) of #dba5db color hex is 0.00, 0.25, 0.00, 0.14. Web safe color of #dba5db is #cc99cc. Color #dba5db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 11011011
Octal 333 245 333
Decimal 219 165 219
Hex DB A5 DB

RGB Percentages of Color #dba5db

%36.32
%27.36
%36.32

CMYK Percentages of Color #dba5db

%0
%25
%0
%14

Triadic Colors of #dba5db

#dba5db #dbdba5 #a5dbdb

Analogous Colors of #dba5db

#dba5db #dba5c0 #c0a5db

Monochromatic Colors of #dba5db

#dba5db

Complementary Color

#dba5db #a5dba5

#dba5db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba5db Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba5db Color CSS Codes

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

#dba5db Text Font Color

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

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


#dba5db Background Color

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

This div background color is #dba5db


#dba5db Border Color

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

This div border color is #dba5db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba5db


Comments

No comments written yet.

Please login to write comment.