color codes Logo

#dba0ec color codes

#DBA0EC
(219,160,236)
0 Favorites   0 Comments

Color spaces of #dba0ec

RGB 219160236
HSL0.800.670.78
HSV287°32°93°
CMYK 0.070.320.00   0.07
XYZ56.924546.257885.2853
Yxy46.25780.30200.2454
Hunter Lab68.013130.3752-26.7378
CIE-Lab73.712534.7687-29.6838

#dba0ec color RGB value is (219,160,236).

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

The process color (four color CMYK) of #dba0ec color code is 0.07, 0.32, 0.00, 0.07. Web safe color of #dba0ec is #cc99ff. Color #dba0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 11101100
Octal 333 240 354
Decimal 219 160 236
Hex DB A0 EC

RGB Percentages of Color #dba0ec

%35.61
%26.02
%38.37

CMYK Percentages of Color #dba0ec

%7
%32
%0
%7

Triadic Colors of #dba0ec

#dba0ec #ecdba0 #a0ecdb

Analogous Colors of #dba0ec

#dba0ec #eca0d7 #b5a0ec

Monochromatic Colors of #dba0ec

#dba0ec

Complementary Color

#dba0ec #b1eca0

#dba0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba0ec Color CSS Codes

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

#dba0ec Text Font Color

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

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


#dba0ec Background Color

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

This div background color is #dba0ec


#dba0ec Border Color

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

This div border color is #dba0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba0ec


Comments

No comments written yet.

Please login to write comment.