Color Hex Logo

#dba5e7 Color Hex

#DBA5E7
(219,165,231)
0 Favorites   0 Comments

Color spaces of #dba5e7

RGB 219165231
HSL0.800.580.78
HSV289°29°91°
CMYK 0.050.290.00   0.09
XYZ57.092447.739981.8069
Yxy47.73990.30590.2558
Hunter Lab69.094126.5799-21.8331
CIE-Lab74.660631.0962-25.5079

#dba5e7 color RGB value is (219,165,231).

#dba5e7 hex color red value is 219, green value is 165 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #dba5e7 hue: 0.80 , saturation: 0.58 and the lightness value of dba5e7 is 0.78.

The process color (four color CMYK) of #dba5e7 color hex is 0.05, 0.29, 0.00, 0.09. Web safe color of #dba5e7 is #cc99ff. Color #dba5e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 11100111
Octal 333 245 347
Decimal 219 165 231
Hex DB A5 E7

RGB Percentages of Color #dba5e7

%35.61
%26.83
%37.56

CMYK Percentages of Color #dba5e7

%5
%29
%0
%9

Triadic Colors of #dba5e7

#dba5e7 #e7dba5 #a5e7db

Analogous Colors of #dba5e7

#dba5e7 #e7a5d2 #baa5e7

Monochromatic Colors of #dba5e7

#dba5e7

Complementary Color

#dba5e7 #b1e7a5

#dba5e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba5e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba5e7 Color CSS Codes

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

#dba5e7 Text Font Color

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

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


#dba5e7 Background Color

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

This div background color is #dba5e7


#dba5e7 Border Color

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

This div border color is #dba5e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba5e7


Comments

No comments written yet.

Please login to write comment.