Color Hex Logo

#dba8da Color Hex

#DBA8DA
(219,168,218)
0 Favorites   0 Comments

Color spaces of #dba8da

RGB 219168218
HSL0.840.410.76
HSV301°23°86°
CMYK 0.000.230.00   0.14
XYZ55.870948.127372.6744
Yxy48.12730.31620.2724
Hunter Lab69.373822.3525-13.5491
CIE-Lab74.905227.0116-18.0518

#dba8da color RGB value is (219,168,218).

#dba8da hex color red value is 219, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dba8da hue: 0.84 , saturation: 0.41 and the lightness value of dba8da is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 11011010
Octal 333 250 332
Decimal 219 168 218
Hex DB A8 DA

RGB Percentages of Color #dba8da

%36.20
%27.77
%36.03

CMYK Percentages of Color #dba8da

%0
%23
%0
%14

Triadic Colors of #dba8da

#dba8da #dadba8 #a8dadb

Analogous Colors of #dba8da

#dba8da #dba8c1 #c3a8db

Monochromatic Colors of #dba8da

#dba8da

Complementary Color

#dba8da #a8dba9

#dba8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8da Color CSS Codes

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

#dba8da Text Font Color

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

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


#dba8da Background Color

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

This div background color is #dba8da


#dba8da Border Color

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

This div border color is #dba8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8da


Comments

No comments written yet.

Please login to write comment.