Color Hex Logo

#d29dda Color Hex

#D29DDA
(210,157,218)
0 Favorites   0 Comments

Color spaces of #d29dda

RGB 210157218
HSL0.810.450.74
HSV292°28°85°
CMYK 0.040.280.00   0.15
XYZ51.290242.877571.9026
Yxy42.87750.30880.2582
Hunter Lab65.480925.2247-19.2679
CIE-Lab71.471730.0362-23.3506

#d29dda color RGB value is (210,157,218).

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

The process color (four color CMYK) of #d29dda color hex is 0.04, 0.28, 0.00, 0.15. Web safe color of #d29dda is #cc99cc. Color #d29dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011101 11011010
Octal 322 235 332
Decimal 210 157 218
Hex D2 9D DA

RGB Percentages of Color #d29dda

%35.90
%26.84
%37.26

CMYK Percentages of Color #d29dda

%4
%28
%0
%15

Triadic Colors of #d29dda

#d29dda #dad29d #9ddad2

Analogous Colors of #d29dda

#d29dda #da9dc4 #b49dda

Monochromatic Colors of #d29dda

#d29dda

Complementary Color

#d29dda #a5da9d

#d29dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29dda Color CSS Codes

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

#d29dda Text Font Color

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

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


#d29dda Background Color

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

This div background color is #d29dda


#d29dda Border Color

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

This div border color is #d29dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29dda


Comments

No comments written yet.

Please login to write comment.