Color Hex Logo

#d29dc0 Color Hex

#D29DC0
(210,157,192)
0 Favorites   0 Comments

Color spaces of #d29dc0

RGB 210157192
HSL0.890.370.72
HSV320°25°82°
CMYK 0.000.250.09   0.18
XYZ48.149741.621455.3651
Yxy41.62140.33180.2868
Hunter Lab64.514620.3206-5.7212
CIE-Lab70.609125.2706-10.3067

#d29dc0 color RGB value is (210,157,192).

#d29dc0 hex color red value is 210, green value is 157 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #d29dc0 hue: 0.89 , saturation: 0.37 and the lightness value of d29dc0 is 0.72.

The process color (four color CMYK) of #d29dc0 color hex is 0.00, 0.25, 0.09, 0.18. Web safe color of #d29dc0 is #cc99cc. Color #d29dc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011101 11000000
Octal 322 235 300
Decimal 210 157 192
Hex D2 9D C0

RGB Percentages of Color #d29dc0

%37.57
%28.09
%34.35

CMYK Percentages of Color #d29dc0

%0
%25
%9
%18

Triadic Colors of #d29dc0

#d29dc0 #c0d29d #9dc0d2

Analogous Colors of #d29dc0

#d29dc0 #d29da6 #ca9dd2

Monochromatic Colors of #d29dc0

#d29dc0

Complementary Color

#d29dc0 #9dd2af

#d29dc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29dc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29dc0 Color CSS Codes

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

#d29dc0 Text Font Color

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

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


#d29dc0 Background Color

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

This div background color is #d29dc0


#d29dc0 Border Color

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

This div border color is #d29dc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29dc0


Comments

No comments written yet.

Please login to write comment.