Color Hex Logo

#d29eff Color Hex

#D29EFF
(210,158,255)
0 Favorites   0 Comments

Color spaces of #d29eff

RGB 210158255
HSL0.761.000.81
HSV272°38°100°
CMYK 0.180.380.00   0.00
XYZ56.855245.3754100.3695
Yxy45.37540.28060.2240
Hunter Lab67.361332.7779-41.1903
CIE-Lab73.138437.0722-40.9584

#d29eff color RGB value is (210,158,255).

#d29eff hex color red value is 210, green value is 158 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d29eff hue: 0.76 , saturation: 1.00 and the lightness value of d29eff is 0.81.

The process color (four color CMYK) of #d29eff color hex is 0.18, 0.38, 0.00, 0.00. Web safe color of #d29eff is #cc99ff. Color #d29eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10011110 11111111
Octal 322 236 377
Decimal 210 158 255
Hex D2 9E FF

RGB Percentages of Color #d29eff

%33.71
%25.36
%40.93

CMYK Percentages of Color #d29eff

%18
%38
%0
%0

Triadic Colors of #d29eff

#d29eff #ffd29e #9effd2

Analogous Colors of #d29eff

#d29eff #ff9efc #a29eff

Monochromatic Colors of #d29eff

#d29eff

Complementary Color

#d29eff #cbff9e

#d29eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d29eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d29eff Color CSS Codes

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

#d29eff Text Font Color

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

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


#d29eff Background Color

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

This div background color is #d29eff


#d29eff Border Color

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

This div border color is #d29eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d29eff

Related Colors

#d29eff Color Palettes


Comments

No comments written yet.

Please login to write comment.