Color Hex Logo

#dba4ed Color Hex

#DBA4ED
(219,164,237)
0 Favorites   0 Comments

Color spaces of #dba4ed

RGB 219164237
HSL0.790.670.79
HSV285°31°93°
CMYK 0.080.310.00   0.07
XYZ57.774947.725486.2876
Yxy47.72540.30120.2488
Hunter Lab69.083628.3841-25.6966
CIE-Lab74.651432.8101-28.7845

#dba4ed color RGB value is (219,164,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 11101101
Octal 333 244 355
Decimal 219 164 237
Hex DB A4 ED

RGB Percentages of Color #dba4ed

%35.32
%26.45
%38.23

CMYK Percentages of Color #dba4ed

%8
%31
%0
%7

Triadic Colors of #dba4ed

#dba4ed #eddba4 #a4eddb

Analogous Colors of #dba4ed

#dba4ed #eda4db #b7a4ed

Monochromatic Colors of #dba4ed

#dba4ed

Complementary Color

#dba4ed #b6eda4

#dba4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba4ed Color CSS Codes

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

#dba4ed Text Font Color

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

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


#dba4ed Background Color

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

This div background color is #dba4ed


#dba4ed Border Color

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

This div border color is #dba4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba4ed


Comments

No comments written yet.

Please login to write comment.