Color Hex Logo

#dc6dea Color Hex

#DC6DEA
(220,109,234)
0 Favorites   0 Comments

Color spaces of #dc6dea

RGB 220109234
HSL0.810.750.67
HSV293°53°92°
CMYK 0.060.530.00   0.08
XYZ49.835132.093481.4100
Yxy32.09340.30510.1965
Hunter Lab56.651057.8846-45.5466
CIE-Lab63.420060.8555-44.5937

#dc6dea color RGB value is (220,109,234).

#dc6dea hex color red value is 220, green value is 109 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dc6dea hue: 0.81 , saturation: 0.75 and the lightness value of dc6dea is 0.67.

The process color (four color CMYK) of #dc6dea color hex is 0.06, 0.53, 0.00, 0.08. Web safe color of #dc6dea is #cc66ff. Color #dc6dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101101 11101010
Octal 334 155 352
Decimal 220 109 234
Hex DC 6D EA

RGB Percentages of Color #dc6dea

%39.08
%19.36
%41.56

CMYK Percentages of Color #dc6dea

%6
%53
%0
%8

Triadic Colors of #dc6dea

#dc6dea #eadc6d #6deadc

Analogous Colors of #dc6dea

#dc6dea #ea6dba #9e6dea

Monochromatic Colors of #dc6dea

#dc6dea

Complementary Color

#dc6dea #7bea6d

#dc6dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6dea Color CSS Codes

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

#dc6dea Text Font Color

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

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


#dc6dea Background Color

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

This div background color is #dc6dea


#dc6dea Border Color

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

This div border color is #dc6dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6dea

#dc6dea Color Palettes


Comments

No comments written yet.

Please login to write comment.