Color Hex Logo

#dba8cb Color Hex

#DBA8CB
(219,168,203)
0 Favorites   0 Comments

Color spaces of #dba8cb

RGB 219168203
HSL0.890.410.76
HSV319°23°86°
CMYK 0.000.230.07   0.14
XYZ53.995547.377162.7987
Yxy47.37710.32890.2886
Hunter Lab68.831019.5726-5.9121
CIE-Lab74.430324.3183-10.5649

#dba8cb color RGB value is (219,168,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 11001011
Octal 333 250 313
Decimal 219 168 203
Hex DB A8 CB

RGB Percentages of Color #dba8cb

%37.12
%28.47
%34.41

CMYK Percentages of Color #dba8cb

%0
%23
%7
%14

Triadic Colors of #dba8cb

#dba8cb #cbdba8 #a8cbdb

Analogous Colors of #dba8cb

#dba8cb #dba8b2 #d2a8db

Monochromatic Colors of #dba8cb

#dba8cb

Complementary Color

#dba8cb #a8dbb8

#dba8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8cb Color CSS Codes

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

#dba8cb Text Font Color

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

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


#dba8cb Background Color

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

This div background color is #dba8cb


#dba8cb Border Color

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

This div border color is #dba8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8cb


Comments

No comments written yet.

Please login to write comment.