Color Hex Logo

#dba8ca Color Hex

#DBA8CA
(219,168,202)
0 Favorites   0 Comments

Color spaces of #dba8ca

RGB 219168202
HSL0.890.410.76
HSV320°23°86°
CMYK 0.000.230.08   0.14
XYZ53.876747.329662.1730
Yxy47.32960.32980.2897
Hunter Lab68.796519.3950-5.4242
CIE-Lab74.400124.1447-10.0623

#dba8ca color RGB value is (219,168,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101000 11001010
Octal 333 250 312
Decimal 219 168 202
Hex DB A8 CA

RGB Percentages of Color #dba8ca

%37.18
%28.52
%34.30

CMYK Percentages of Color #dba8ca

%0
%23
%8
%14

Triadic Colors of #dba8ca

#dba8ca #cadba8 #a8cadb

Analogous Colors of #dba8ca

#dba8ca #dba8b1 #d3a8db

Monochromatic Colors of #dba8ca

#dba8ca

Complementary Color

#dba8ca #a8dbb9

#dba8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba8ca Color CSS Codes

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

#dba8ca Text Font Color

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

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


#dba8ca Background Color

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

This div background color is #dba8ca


#dba8ca Border Color

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

This div border color is #dba8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba8ca

#dba8ca Color Palettes


Comments

No comments written yet.

Please login to write comment.