Color Hex Logo

#dc64ec Color Hex

#DC64EC
(220,100,236)
0 Favorites   0 Comments

Color spaces of #dc64ec

RGB 220100236
HSL0.810.780.66
HSV293°58°93°
CMYK 0.070.580.00   0.07
XYZ49.212730.386182.6282
Yxy30.38610.30340.1873
Hunter Lab55.123662.8932-50.2870
CIE-Lab61.985965.3513-47.9672

#dc64ec color RGB value is (220,100,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01100100 11101100
Octal 334 144 354
Decimal 220 100 236
Hex DC 64 EC

RGB Percentages of Color #dc64ec

%39.57
%17.99
%42.45

CMYK Percentages of Color #dc64ec

%7
%58
%0
%7

Triadic Colors of #dc64ec

#dc64ec #ecdc64 #64ecdc

Analogous Colors of #dc64ec

#dc64ec #ec64b8 #9864ec

Monochromatic Colors of #dc64ec

#dc64ec

Complementary Color

#dc64ec #74ec64

#dc64ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc64ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc64ec Color CSS Codes

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

#dc64ec Text Font Color

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

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


#dc64ec Background Color

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

This div background color is #dc64ec


#dc64ec Border Color

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

This div border color is #dc64ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc64ec


Comments

No comments written yet.

Please login to write comment.