Color Hex Logo

#dba4eb Color Hex

#DBA4EB
(219,164,235)
0 Favorites   0 Comments

Color spaces of #dba4eb

RGB 219164235
HSL0.800.640.78
HSV286°30°92°
CMYK 0.070.300.00   0.08
XYZ57.484347.609184.7570
Yxy47.60910.30280.2508
Hunter Lab68.999327.9619-24.5307
CIE-Lab74.577732.4165-27.8106

#dba4eb color RGB value is (219,164,235).

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

The process color (four color CMYK) of #dba4eb color hex is 0.07, 0.30, 0.00, 0.08. Web safe color of #dba4eb is #cc99ff. Color #dba4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 11101011
Octal 333 244 353
Decimal 219 164 235
Hex DB A4 EB

RGB Percentages of Color #dba4eb

%35.44
%26.54
%38.03

CMYK Percentages of Color #dba4eb

%7
%30
%0
%8

Triadic Colors of #dba4eb

#dba4eb #ebdba4 #a4ebdb

Analogous Colors of #dba4eb

#dba4eb #eba4d8 #b8a4eb

Monochromatic Colors of #dba4eb

#dba4eb

Complementary Color

#dba4eb #b4eba4

#dba4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba4eb Color CSS Codes

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

#dba4eb Text Font Color

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

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


#dba4eb Background Color

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

This div background color is #dba4eb


#dba4eb Border Color

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

This div border color is #dba4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba4eb


Comments

No comments written yet.

Please login to write comment.