Color Hex Logo

#dba4ee Color Hex

#DBA4EE
(219,164,238)
0 Favorites   0 Comments

Color spaces of #dba4ee

RGB 219164238
HSL0.790.690.79
HSV285°31°93°
CMYK 0.080.310.00   0.07
XYZ57.921547.784087.0594
Yxy47.78400.30050.2479
Hunter Lab69.126028.5969-26.2835
CIE-Lab74.688533.0082-29.2707

#dba4ee color RGB value is (219,164,238).

#dba4ee hex color red value is 219, green value is 164 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dba4ee hue: 0.79 , saturation: 0.69 and the lightness value of dba4ee is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 11101110
Octal 333 244 356
Decimal 219 164 238
Hex DB A4 EE

RGB Percentages of Color #dba4ee

%35.27
%26.41
%38.33

CMYK Percentages of Color #dba4ee

%8
%31
%0
%7

Triadic Colors of #dba4ee

#dba4ee #eedba4 #a4eedb

Analogous Colors of #dba4ee

#dba4ee #eea4dc #b6a4ee

Monochromatic Colors of #dba4ee

#dba4ee

Complementary Color

#dba4ee #b7eea4

#dba4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba4ee Color CSS Codes

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

#dba4ee Text Font Color

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

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


#dba4ee Background Color

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

This div background color is #dba4ee


#dba4ee Border Color

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

This div border color is #dba4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba4ee


Comments

No comments written yet.

Please login to write comment.