Color Hex Logo

#dd39ea Color Hex

#DD39EA
(221,57,234)
0 Favorites   0 Comments

Color spaces of #dd39ea

RGB 22157234
HSL0.820.810.57
HSV296°76°92°
CMYK 0.060.760.00   0.08
XYZ46.133224.238980.0890
Yxy24.23890.30660.1611
Hunter Lab49.233081.1035-61.9859
CIE-Lab56.326281.1911-55.8372

#dd39ea color RGB value is (221,57,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111001 11101010
Octal 335 71 352
Decimal 221 57 234
Hex DD 39 EA

RGB Percentages of Color #dd39ea

%43.16
%11.13
%45.70

CMYK Percentages of Color #dd39ea

%6
%76
%0
%8

Triadic Colors of #dd39ea

#dd39ea #eadd39 #39eadd

Analogous Colors of #dd39ea

#dd39ea #ea399f #8539ea

Monochromatic Colors of #dd39ea

#dd39ea

Complementary Color

#dd39ea #46ea39

#dd39ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd39ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd39ea Color CSS Codes

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

#dd39ea Text Font Color

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

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


#dd39ea Background Color

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

This div background color is #dd39ea


#dd39ea Border Color

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

This div border color is #dd39ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd39ea


Comments

No comments written yet.

Please login to write comment.