Color Hex Logo

#d29adc Color Hex

#D29ADC
(210,154,220)
0 Favorites   0 Comments

Color spaces of #d29adc

RGB 210154220
HSL0.810.490.73
HSV291°30°86°
CMYK 0.050.300.00   0.14
XYZ51.052241.980173.1224
Yxy41.98010.30730.2527
Hunter Lab64.792127.2611-21.5585
CIE-Lab70.857232.0545-25.3895

#d29adc color RGB value is (210,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011010 11011100
Octal 322 232 334
Decimal 210 154 220
Hex D2 9A DC

RGB Percentages of Color #d29adc

%35.96
%26.37
%37.67

CMYK Percentages of Color #d29adc

%5
%30
%0
%14

Triadic Colors of #d29adc

#d29adc #dcd29a #9adcd2

Analogous Colors of #d29adc

#d29adc #dc9ac5 #b19adc

Monochromatic Colors of #d29adc

#d29adc

Complementary Color

#d29adc #a4dc9a

#d29adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29adc Color CSS Codes

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

#d29adc Text Font Color

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

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


#d29adc Background Color

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

This div background color is #d29adc


#d29adc Border Color

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

This div border color is #d29adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29adc


Comments

No comments written yet.

Please login to write comment.