Color Hex Logo

#d29adf Color Hex

#D29ADF
(210,154,223)
0 Favorites   0 Comments

Color spaces of #d29adf

RGB 210154223
HSL0.800.520.74
HSV289°31°87°
CMYK 0.060.310.00   0.13
XYZ51.453242.140675.2341
Yxy42.14060.30480.2496
Hunter Lab64.915827.8791-23.2730
CIE-Lab70.967732.6394-26.8689

#d29adf color RGB value is (210,154,223).

#d29adf hex color red value is 210, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d29adf hue: 0.80 , saturation: 0.52 and the lightness value of d29adf is 0.74.

The process color (four color CMYK) of #d29adf color hex is 0.06, 0.31, 0.00, 0.13. Web safe color of #d29adf is #cc99cc. Color #d29adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011010 11011111
Octal 322 232 337
Decimal 210 154 223
Hex D2 9A DF

RGB Percentages of Color #d29adf

%35.78
%26.24
%37.99

CMYK Percentages of Color #d29adf

%6
%31
%0
%13

Triadic Colors of #d29adf

#d29adf #dfd29a #9adfd2

Analogous Colors of #d29adf

#d29adf #df9aca #b09adf

Monochromatic Colors of #d29adf

#d29adf

Complementary Color

#d29adf #a7df9a

#d29adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29adf Color CSS Codes

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

#d29adf Text Font Color

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

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


#d29adf Background Color

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

This div background color is #d29adf


#d29adf Border Color

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

This div border color is #d29adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29adf


Comments

No comments written yet.

Please login to write comment.