Color Hex Logo

#d29dea Color Hex

#D29DEA
(210,157,234)
0 Favorites   0 Comments

Color spaces of #d29dea

RGB 210157234
HSL0.780.650.77
HSV281°33°92°
CMYK 0.100.330.00   0.08
XYZ53.486643.756183.4686
Yxy43.75610.29600.2421
Hunter Lab66.148428.5727-28.5105
CIE-Lab72.065233.2080-31.2056

#d29dea color RGB value is (210,157,234).

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

The process color (four color CMYK) of #d29dea color hex is 0.10, 0.33, 0.00, 0.08. Web safe color of #d29dea is #cc99ff. Color #d29dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011101 11101010
Octal 322 235 352
Decimal 210 157 234
Hex D2 9D EA

RGB Percentages of Color #d29dea

%34.94
%26.12
%38.94

CMYK Percentages of Color #d29dea

%10
%33
%0
%8

Triadic Colors of #d29dea

#d29dea #ead29d #9dead2

Analogous Colors of #d29dea

#d29dea #ea9ddc #ac9dea

Monochromatic Colors of #d29dea

#d29dea

Complementary Color

#d29dea #b5ea9d

#d29dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29dea Color CSS Codes

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

#d29dea Text Font Color

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

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


#d29dea Background Color

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

This div background color is #d29dea


#d29dea Border Color

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

This div border color is #d29dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29dea


Comments

No comments written yet.

Please login to write comment.