Color Hex Logo

#dc6ecc Color Hex

#DC6ECC
(220,110,204)
0 Favorites   0 Comments

Color spaces of #dc6ecc

RGB 220110204
HSL0.860.610.65
HSV309°50°86°
CMYK 0.000.500.07   0.14
XYZ45.990230.727160.6337
Yxy30.72710.33480.2237
Hunter Lab55.432051.0897-26.0513
CIE-Lab62.276655.1365-29.5841

#dc6ecc color RGB value is (220,110,204).

#dc6ecc hex color red value is 220, green value is 110 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc6ecc hue: 0.86 , saturation: 0.61 and the lightness value of dc6ecc is 0.65.

The process color (four color CMYK) of #dc6ecc color hex is 0.00, 0.50, 0.07, 0.14. Web safe color of #dc6ecc is #cc66cc. Color #dc6ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101110 11001100
Octal 334 156 314
Decimal 220 110 204
Hex DC 6E CC

RGB Percentages of Color #dc6ecc

%41.20
%20.60
%38.20

CMYK Percentages of Color #dc6ecc

%0
%50
%7
%14

Triadic Colors of #dc6ecc

#dc6ecc #ccdc6e #6eccdc

Analogous Colors of #dc6ecc

#dc6ecc #dc6e95 #b56edc

Monochromatic Colors of #dc6ecc

#dc6ecc

Complementary Color

#dc6ecc #6edc7e

#dc6ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6ecc Color CSS Codes

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

#dc6ecc Text Font Color

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

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


#dc6ecc Background Color

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

This div background color is #dc6ecc


#dc6ecc Border Color

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

This div border color is #dc6ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,110,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6ecc


Comments

No comments written yet.

Please login to write comment.