Color Hex Logo

#d29bdc Color Hex

#D29BDC
(210,155,220)
0 Favorites   0 Comments

Color spaces of #d29bdc

RGB 210155220
HSL0.810.480.74
HSV291°30°86°
CMYK 0.050.300.00   0.14
XYZ51.218042.311673.1776
Yxy42.31160.30720.2538
Hunter Lab65.047426.7172-21.1675
CIE-Lab71.085231.5112-25.0404

#d29bdc color RGB value is (210,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011011 11011100
Octal 322 233 334
Decimal 210 155 220
Hex D2 9B DC

RGB Percentages of Color #d29bdc

%35.90
%26.50
%37.61

CMYK Percentages of Color #d29bdc

%5
%30
%0
%14

Triadic Colors of #d29bdc

#d29bdc #dcd29b #9bdcd2

Analogous Colors of #d29bdc

#d29bdc #dc9bc6 #b29bdc

Monochromatic Colors of #d29bdc

#d29bdc

Complementary Color

#d29bdc #a5dc9b

#d29bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29bdc Color CSS Codes

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

#d29bdc Text Font Color

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

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


#d29bdc Background Color

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

This div background color is #d29bdc


#d29bdc Border Color

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

This div border color is #d29bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29bdc


Comments

No comments written yet.

Please login to write comment.