Color Hex Logo

#dd44ec Color Hex

#DD44EC
(221,68,236)
0 Favorites   0 Comments

Color spaces of #dd44ec

RGB 22168236
HSL0.820.820.60
HSV295°71°93°
CMYK 0.060.710.00   0.07
XYZ47.026225.562581.8124
Yxy25.56250.30460.1656
Hunter Lab50.559477.5472-60.5483
CIE-Lab57.619478.1360-54.8933

#dd44ec color RGB value is (221,68,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 11101100
Octal 335 104 354
Decimal 221 68 236
Hex DD 44 EC

RGB Percentages of Color #dd44ec

%42.10
%12.95
%44.95

CMYK Percentages of Color #dd44ec

%6
%71
%0
%7

Triadic Colors of #dd44ec

#dd44ec #ecdd44 #44ecdd

Analogous Colors of #dd44ec

#dd44ec #ec44a7 #8944ec

Monochromatic Colors of #dd44ec

#dd44ec

Complementary Color

#dd44ec #53ec44

#dd44ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd44ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd44ec Color CSS Codes

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

#dd44ec Text Font Color

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

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


#dd44ec Background Color

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

This div background color is #dd44ec


#dd44ec Border Color

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

This div border color is #dd44ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd44ec


Comments

No comments written yet.

Please login to write comment.