Color Hex Logo

#d29aed Color Hex

#D29AED
(210,154,237)
0 Favorites   0 Comments

Color spaces of #d29aed

RGB 210154237
HSL0.780.700.77
HSV280°35°93°
CMYK 0.110.350.00   0.07
XYZ53.420042.927385.5910
Yxy42.92730.29360.2359
Hunter Lab65.518930.8795-31.5906
CIE-Lab71.505635.4485-33.7089

#d29aed color RGB value is (210,154,237).

#d29aed hex color red value is 210, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d29aed hue: 0.78 , saturation: 0.70 and the lightness value of d29aed is 0.77.

The process color (four color CMYK) of #d29aed color hex is 0.11, 0.35, 0.00, 0.07. Web safe color of #d29aed is #cc99ff. Color #d29aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011010 11101101
Octal 322 232 355
Decimal 210 154 237
Hex D2 9A ED

RGB Percentages of Color #d29aed

%34.94
%25.62
%39.43

CMYK Percentages of Color #d29aed

%11
%35
%0
%7

Triadic Colors of #d29aed

#d29aed #edd29a #9aedd2

Analogous Colors of #d29aed

#d29aed #ed9adf #a99aed

Monochromatic Colors of #d29aed

#d29aed

Complementary Color

#d29aed #b5ed9a

#d29aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29aed Color CSS Codes

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

#d29aed Text Font Color

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

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


#d29aed Background Color

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

This div background color is #d29aed


#d29aed Border Color

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

This div border color is #d29aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29aed


Comments

No comments written yet.

Please login to write comment.