Color Hex Logo

#dd63de Color Hex

#DD63DE
(221,99,222)
0 Favorites   0 Comments

Color spaces of #dd63de

RGB 22199222
HSL0.830.650.63
HSV300°55°87°
CMYK 0.000.550.00   0.13
XYZ47.465529.569872.3131
Yxy29.56980.31780.1980
Hunter Lab54.378160.6471-40.7803
CIE-Lab61.281263.5799-41.2512

#dd63de color RGB value is (221,99,222).

#dd63de hex color red value is 221, green value is 99 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dd63de hue: 0.83 , saturation: 0.65 and the lightness value of dd63de is 0.63.

The process color (four color CMYK) of #dd63de color hex is 0.00, 0.55, 0.00, 0.13. Web safe color of #dd63de is #cc66cc. Color #dd63de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 11011110
Octal 335 143 336
Decimal 221 99 222
Hex DD 63 DE

RGB Percentages of Color #dd63de

%40.77
%18.27
%40.96

CMYK Percentages of Color #dd63de

%0
%55
%0
%13

Triadic Colors of #dd63de

#dd63de #dedd63 #63dedd

Analogous Colors of #dd63de

#dd63de #de63a2 #a063de

Monochromatic Colors of #dd63de

#dd63de

Complementary Color

#dd63de #64de63

#dd63de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd63de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd63de Color CSS Codes

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

#dd63de Text Font Color

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

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


#dd63de Background Color

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

This div background color is #dd63de


#dd63de Border Color

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

This div border color is #dd63de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd63de


Comments

No comments written yet.

Please login to write comment.