Color Hex Logo

#dd21ee Color Hex

#DD21EE
(221,33,238)
0 Favorites   0 Comments

Color spaces of #dd21ee

RGB 22133238
HSL0.820.860.53
HSV295°86°93°
CMYK 0.070.860.00   0.07
XYZ45.795322.632982.8438
Yxy22.63290.30270.1496
Hunter Lab47.574088.5715-69.9437
CIE-Lab54.692287.2726-60.7012

#dd21ee color RGB value is (221,33,238).

#dd21ee hex color red value is 221, green value is 33 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dd21ee hue: 0.82 , saturation: 0.86 and the lightness value of dd21ee is 0.53.

The process color (four color CMYK) of #dd21ee color hex is 0.07, 0.86, 0.00, 0.07. Web safe color of #dd21ee is #cc33ff. Color #dd21ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100001 11101110
Octal 335 41 356
Decimal 221 33 238
Hex DD 21 EE

RGB Percentages of Color #dd21ee

%44.92
%6.71
%48.37

CMYK Percentages of Color #dd21ee

%7
%86
%0
%7

Triadic Colors of #dd21ee

#dd21ee #eedd21 #21eedd

Analogous Colors of #dd21ee

#dd21ee #ee2199 #7721ee

Monochromatic Colors of #dd21ee

#dd21ee

Complementary Color

#dd21ee #32ee21

#dd21ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd21ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd21ee Color CSS Codes

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

#dd21ee Text Font Color

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

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


#dd21ee Background Color

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

This div background color is #dd21ee


#dd21ee Border Color

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

This div border color is #dd21ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd21ee


Comments

No comments written yet.

Please login to write comment.