Color Hex Logo

#dd20ea Color Hex

#DD20EA
(221,32,234)
0 Favorites   0 Comments

Color spaces of #dd20ea

RGB 22132234
HSL0.820.830.52
HSV296°86°92°
CMYK 0.060.860.00   0.08
XYZ45.186622.345779.7735
Yxy22.34570.30680.1517
Hunter Lab47.271287.9036-66.9661
CIE-Lab54.391986.8224-58.9349

#dd20ea color RGB value is (221,32,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100000 11101010
Octal 335 40 352
Decimal 221 32 234
Hex DD 20 EA

RGB Percentages of Color #dd20ea

%45.38
%6.57
%48.05

CMYK Percentages of Color #dd20ea

%6
%86
%0
%8

Triadic Colors of #dd20ea

#dd20ea #eadd20 #20eadd

Analogous Colors of #dd20ea

#dd20ea #ea2092 #7820ea

Monochromatic Colors of #dd20ea

#dd20ea

Complementary Color

#dd20ea #2dea20

#dd20ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd20ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd20ea Color CSS Codes

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

#dd20ea Text Font Color

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

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


#dd20ea Background Color

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

This div background color is #dd20ea


#dd20ea Border Color

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

This div border color is #dd20ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd20ea


Comments

No comments written yet.

Please login to write comment.