Color Hex Logo

#dc6ede Color Hex

#DC6EDE
(220,110,222)
0 Favorites   0 Comments

Color spaces of #dc6ede

RGB 220110222
HSL0.830.630.65
HSV299°50°87°
CMYK 0.010.500.00   0.13
XYZ48.275931.641472.6702
Yxy31.64140.31640.2074
Hunter Lab56.250754.7549-37.2212
CIE-Lab63.045458.2207-38.4963

#dc6ede color RGB value is (220,110,222).

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

The process color (four color CMYK) of #dc6ede color hex is 0.01, 0.50, 0.00, 0.13. Web safe color of #dc6ede is #cc66cc. Color #dc6ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101110 11011110
Octal 334 156 336
Decimal 220 110 222
Hex DC 6E DE

RGB Percentages of Color #dc6ede

%39.86
%19.93
%40.22

CMYK Percentages of Color #dc6ede

%1
%50
%0
%13

Triadic Colors of #dc6ede

#dc6ede #dedc6e #6ededc

Analogous Colors of #dc6ede

#dc6ede #de6ea8 #a46ede

Monochromatic Colors of #dc6ede

#dc6ede

Complementary Color

#dc6ede #70de6e

#dc6ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6ede Color CSS Codes

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

#dc6ede Text Font Color

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

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


#dc6ede Background Color

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

This div background color is #dc6ede


#dc6ede Border Color

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

This div border color is #dc6ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6ede


Comments

No comments written yet.

Please login to write comment.