Color Hex Logo

#dd64ec Color Hex

#DD64EC
(221,100,236)
0 Favorites   0 Comments

Color spaces of #dd64ec

RGB 221100236
HSL0.810.780.66
HSV293°58°93°
CMYK 0.060.580.00   0.07
XYZ49.516330.542682.6424
Yxy30.54260.30430.1877
Hunter Lab55.265463.2169-49.9750
CIE-Lab62.119665.5991-47.7472

#dd64ec color RGB value is (221,100,236).

#dd64ec hex color red value is 221, green value is 100 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dd64ec hue: 0.81 , saturation: 0.78 and the lightness value of dd64ec is 0.66.

The process color (four color CMYK) of #dd64ec color hex is 0.06, 0.58, 0.00, 0.07. Web safe color of #dd64ec is #cc66ff. Color #dd64ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100100 11101100
Octal 335 144 354
Decimal 221 100 236
Hex DD 64 EC

RGB Percentages of Color #dd64ec

%39.68
%17.95
%42.37

CMYK Percentages of Color #dd64ec

%6
%58
%0
%7

Triadic Colors of #dd64ec

#dd64ec #ecdd64 #64ecdd

Analogous Colors of #dd64ec

#dd64ec #ec64b7 #9964ec

Monochromatic Colors of #dd64ec

#dd64ec

Complementary Color

#dd64ec #73ec64

#dd64ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd64ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd64ec Color CSS Codes

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

#dd64ec Text Font Color

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

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


#dd64ec Background Color

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

This div background color is #dd64ec


#dd64ec Border Color

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

This div border color is #dd64ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd64ec


Comments

No comments written yet.

Please login to write comment.