Color Hex Logo

#dba7ec Color Hex

#DBA7EC
(219,167,236)
0 Favorites   0 Comments

Color spaces of #dba7ec

RGB 219167236
HSL0.790.640.79
HSV285°29°93°
CMYK 0.070.290.00   0.07
XYZ58.172548.753685.7013
Yxy48.75360.30200.2531
Hunter Lab69.823826.5226-23.8956
CIE-Lab75.297830.9934-27.2499

#dba7ec color RGB value is (219,167,236).

#dba7ec hex color red value is 219, green value is 167 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dba7ec hue: 0.79 , saturation: 0.64 and the lightness value of dba7ec is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100111 11101100
Octal 333 247 354
Decimal 219 167 236
Hex DB A7 EC

RGB Percentages of Color #dba7ec

%35.21
%26.85
%37.94

CMYK Percentages of Color #dba7ec

%7
%29
%0
%7

Triadic Colors of #dba7ec

#dba7ec #ecdba7 #a7ecdb

Analogous Colors of #dba7ec

#dba7ec #eca7db #b9a7ec

Monochromatic Colors of #dba7ec

#dba7ec

Complementary Color

#dba7ec #b8eca7

#dba7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba7ec Color CSS Codes

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

#dba7ec Text Font Color

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

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


#dba7ec Background Color

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

This div background color is #dba7ec


#dba7ec Border Color

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

This div border color is #dba7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,167,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 #dba7ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba7ec


Comments

No comments written yet.

Please login to write comment.