Color Hex Logo

#dba0d4 Color Hex

#DBA0D4
(219,160,212)
0 Favorites   0 Comments

Color spaces of #dba0d4

RGB 219160212
HSL0.850.450.74
HSV307°27°86°
CMYK 0.000.270.03   0.14
XYZ53.667944.955168.1360
Yxy44.95510.32180.2696
Hunter Lab67.048625.5423-13.3176
CIE-Lab72.862330.2379-17.8571

#dba0d4 color RGB value is (219,160,212).

#dba0d4 hex color red value is 219, green value is 160 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dba0d4 hue: 0.85 , saturation: 0.45 and the lightness value of dba0d4 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 11010100
Octal 333 240 324
Decimal 219 160 212
Hex DB A0 D4

RGB Percentages of Color #dba0d4

%37.06
%27.07
%35.87

CMYK Percentages of Color #dba0d4

%0
%27
%3
%14

Triadic Colors of #dba0d4

#dba0d4 #d4dba0 #a0d4db

Analogous Colors of #dba0d4

#dba0d4 #dba0b7 #c5a0db

Monochromatic Colors of #dba0d4

#dba0d4

Complementary Color

#dba0d4 #a0dba7

#dba0d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0d4 Color CSS Codes

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

#dba0d4 Text Font Color

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

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


#dba0d4 Background Color

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

This div background color is #dba0d4


#dba0d4 Border Color

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

This div border color is #dba0d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0d4


Comments

No comments written yet.

Please login to write comment.