Color Hex Logo

#dd93dd Color Hex

#DD93DD
(221,147,221)
0 Favorites   0 Comments

Color spaces of #dd93dd

RGB 221147221
HSL0.830.520.72
HSV300°33°87°
CMYK 0.000.330.00   0.13
XYZ53.303741.460073.5998
Yxy41.46000.31660.2463
Hunter Lab64.389435.0867-22.6983
CIE-Lab70.497039.4962-26.3908

#dd93dd color RGB value is (221,147,221).

#dd93dd hex color red value is 221, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dd93dd hue: 0.83 , saturation: 0.52 and the lightness value of dd93dd is 0.72.

The process color (four color CMYK) of #dd93dd color hex is 0.00, 0.33, 0.00, 0.13. Web safe color of #dd93dd is #cc99cc. Color #dd93dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 11011101
Octal 335 223 335
Decimal 221 147 221
Hex DD 93 DD

RGB Percentages of Color #dd93dd

%37.52
%24.96
%37.52

CMYK Percentages of Color #dd93dd

%0
%33
%0
%13

Triadic Colors of #dd93dd

#dd93dd #dddd93 #93dddd

Analogous Colors of #dd93dd

#dd93dd #dd93b8 #b893dd

Monochromatic Colors of #dd93dd

#dd93dd

Complementary Color

#dd93dd #93dd93

#dd93dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd93dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd93dd Color CSS Codes

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

#dd93dd Text Font Color

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

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


#dd93dd Background Color

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

This div background color is #dd93dd


#dd93dd Border Color

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

This div border color is #dd93dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd93dd


Comments

No comments written yet.

Please login to write comment.