Color Hex Logo

#d2abdb Color Hex

#D2ABDB
(210,171,219)
0 Favorites   0 Comments

Color spaces of #d2abdb

RGB 210171219
HSL0.800.400.76
HSV289°22°86°
CMYK 0.040.220.00   0.14
XYZ53.927447.941973.4293
Yxy47.94190.30760.2735
Hunter Lab69.240117.8539-14.4091
CIE-Lab74.788322.6014-18.8565

#d2abdb color RGB value is (210,171,219).

#d2abdb hex color red value is 210, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2abdb hue: 0.80 , saturation: 0.40 and the lightness value of d2abdb is 0.76.

The process color (four color CMYK) of #d2abdb color hex is 0.04, 0.22, 0.00, 0.14. Web safe color of #d2abdb is #cc99cc. Color #d2abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10101011 11011011
Octal 322 253 333
Decimal 210 171 219
Hex D2 AB DB

RGB Percentages of Color #d2abdb

%35.00
%28.50
%36.50

CMYK Percentages of Color #d2abdb

%4
%22
%0
%14

Triadic Colors of #d2abdb

#d2abdb #dbd2ab #abdbd2

Analogous Colors of #d2abdb

#d2abdb #dbabcc #baabdb

Monochromatic Colors of #d2abdb

#d2abdb

Complementary Color

#d2abdb #b4dbab

#d2abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2abdb Color CSS Codes

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

#d2abdb Text Font Color

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

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


#d2abdb Background Color

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

This div background color is #d2abdb


#d2abdb Border Color

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

This div border color is #d2abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2abdb


Comments

No comments written yet.

Please login to write comment.