Color Hex Logo

#dd42ec Color Hex

#DD42EC
(221,66,236)
0 Favorites   0 Comments

Color spaces of #dd42ec

RGB 22166236
HSL0.820.820.59
HSV295°72°93°
CMYK 0.060.720.00   0.07
XYZ46.907325.324781.7727
Yxy25.32470.30460.1644
Hunter Lab50.323778.3157-61.1159
CIE-Lab57.390478.7895-55.2587

#dd42ec color RGB value is (221,66,236).

#dd42ec hex color red value is 221, green value is 66 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dd42ec hue: 0.82 , saturation: 0.82 and the lightness value of dd42ec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000010 11101100
Octal 335 102 354
Decimal 221 66 236
Hex DD 42 EC

RGB Percentages of Color #dd42ec

%42.26
%12.62
%45.12

CMYK Percentages of Color #dd42ec

%6
%72
%0
%7

Triadic Colors of #dd42ec

#dd42ec #ecdd42 #42ecdd

Analogous Colors of #dd42ec

#dd42ec #ec42a6 #8842ec

Monochromatic Colors of #dd42ec

#dd42ec

Complementary Color

#dd42ec #51ec42

#dd42ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd42ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd42ec Color CSS Codes

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

#dd42ec Text Font Color

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

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


#dd42ec Background Color

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

This div background color is #dd42ec


#dd42ec Border Color

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

This div border color is #dd42ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd42ec


Comments

No comments written yet.

Please login to write comment.