Color Hex Logo

#dd68de Color Hex

#DD68DE
(221,104,222)
0 Favorites   0 Comments

Color spaces of #dd68de

RGB 221104222
HSL0.830.640.64
HSV299°53°87°
CMYK 0.000.530.00   0.13
XYZ47.953930.546772.4759
Yxy30.54670.31760.2023
Hunter Lab55.269158.1537-39.0603
CIE-Lab62.123161.3072-39.9306

#dd68de color RGB value is (221,104,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01101000 11011110
Octal 335 150 336
Decimal 221 104 222
Hex DD 68 DE

RGB Percentages of Color #dd68de

%40.40
%19.01
%40.59

CMYK Percentages of Color #dd68de

%0
%53
%0
%13

Triadic Colors of #dd68de

#dd68de #dedd68 #68dedd

Analogous Colors of #dd68de

#dd68de #de68a4 #a268de

Monochromatic Colors of #dd68de

#dd68de

Complementary Color

#dd68de #69de68

#dd68de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd68de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd68de Color CSS Codes

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

#dd68de Text Font Color

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

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


#dd68de Background Color

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

This div background color is #dd68de


#dd68de Border Color

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

This div border color is #dd68de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd68de


Comments

No comments written yet.

Please login to write comment.