Color Hex Logo

#dba8ef Color Hex

#DBA8EF
(219,168,239)
0 Favorites   0 Comments

Color spaces of #dba8ef

RGB 219168239
HSL0.790.690.80
HSV283°30°94°
CMYK 0.080.300.00   0.06
XYZ58.796049.297388.0778
Yxy49.29730.29970.2513
Hunter Lab70.212026.6060-25.2282
CIE-Lab75.635931.0472-28.3582

#dba8ef color RGB value is (219,168,239).

#dba8ef hex color red value is 219, green value is 168 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dba8ef hue: 0.79 , saturation: 0.69 and the lightness value of dba8ef is 0.80.

The process color (four color CMYK) of #dba8ef color hex is 0.08, 0.30, 0.00, 0.06. Web safe color of #dba8ef is #cc99ff. Color #dba8ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 11101111
Octal 333 250 357
Decimal 219 168 239
Hex DB A8 EF

RGB Percentages of Color #dba8ef

%34.98
%26.84
%38.18

CMYK Percentages of Color #dba8ef

%8
%30
%0
%6

Triadic Colors of #dba8ef

#dba8ef #efdba8 #a8efdb

Analogous Colors of #dba8ef

#dba8ef #efa8e0 #b8a8ef

Monochromatic Colors of #dba8ef

#dba8ef

Complementary Color

#dba8ef #bcefa8

#dba8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8ef Color CSS Codes

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

#dba8ef Text Font Color

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

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


#dba8ef Background Color

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

This div background color is #dba8ef


#dba8ef Border Color

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

This div border color is #dba8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8ef


Comments

No comments written yet.

Please login to write comment.