Color Hex Logo

#d29adb Color Hex

#D29ADB
(210,154,219)
0 Favorites   0 Comments

Color spaces of #d29adb

RGB 210154219
HSL0.810.470.73
HSV292°30°86°
CMYK 0.040.300.00   0.14
XYZ50.920141.927372.4268
Yxy41.92730.30810.2537
Hunter Lab64.751327.0568-20.9922
CIE-Lab70.820831.8607-24.8952

#d29adb color RGB value is (210,154,219).

#d29adb hex color red value is 210, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d29adb hue: 0.81 , saturation: 0.47 and the lightness value of d29adb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011010 11011011
Octal 322 232 333
Decimal 210 154 219
Hex D2 9A DB

RGB Percentages of Color #d29adb

%36.02
%26.42
%37.56

CMYK Percentages of Color #d29adb

%4
%30
%0
%14

Triadic Colors of #d29adb

#d29adb #dbd29a #9adbd2

Analogous Colors of #d29adb

#d29adb #db9ac4 #b29adb

Monochromatic Colors of #d29adb

#d29adb

Complementary Color

#d29adb #a3db9a

#d29adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29adb Color CSS Codes

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

#d29adb Text Font Color

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

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


#d29adb Background Color

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

This div background color is #d29adb


#d29adb Border Color

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

This div border color is #d29adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29adb


Comments

No comments written yet.

Please login to write comment.