Color Hex Logo

#dd9eff Color Hex

#DD9EFF
(221,158,255)
0 Favorites   0 Comments

Color spaces of #dd9eff

RGB 221158255
HSL0.771.000.81
HSV279°38°100°
CMYK 0.130.380.00   0.00
XYZ60.095747.0459100.5211
Yxy47.04590.28940.2265
Hunter Lab68.590036.3617-38.8786
CIE-Lab74.219140.2704-39.1930

#dd9eff color RGB value is (221,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011110 11111111
Octal 335 236 377
Decimal 221 158 255
Hex DD 9E FF

RGB Percentages of Color #dd9eff

%34.86
%24.92
%40.22

CMYK Percentages of Color #dd9eff

%13
%38
%0
%0

Triadic Colors of #dd9eff

#dd9eff #ffdd9e #9effdd

Analogous Colors of #dd9eff

#dd9eff #ff9ef1 #ad9eff

Monochromatic Colors of #dd9eff

#dd9eff

Complementary Color

#dd9eff #c0ff9e

#dd9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9eff Color CSS Codes

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

#dd9eff Text Font Color

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

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


#dd9eff Background Color

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

This div background color is #dd9eff


#dd9eff Border Color

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

This div border color is #dd9eff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dd9eff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9eff


Comments

No comments written yet.

Please login to write comment.