Color Hex Logo

#dc6aea Color Hex

#DC6AEA
(220,106,234)
0 Favorites   0 Comments

Color spaces of #dc6aea

RGB 220106234
HSL0.820.750.67
HSV293°55°92°
CMYK 0.060.550.00   0.08
XYZ49.520531.464281.3051
Yxy31.46420.30510.1939
Hunter Lab56.093059.4223-46.6740
CIE-Lab62.897662.2572-45.4165

#dc6aea color RGB value is (220,106,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101010 11101010
Octal 334 152 352
Decimal 220 106 234
Hex DC 6A EA

RGB Percentages of Color #dc6aea

%39.29
%18.93
%41.79

CMYK Percentages of Color #dc6aea

%6
%55
%0
%8

Triadic Colors of #dc6aea

#dc6aea #eadc6a #6aeadc

Analogous Colors of #dc6aea

#dc6aea #ea6ab8 #9c6aea

Monochromatic Colors of #dc6aea

#dc6aea

Complementary Color

#dc6aea #78ea6a

#dc6aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6aea Color CSS Codes

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

#dc6aea Text Font Color

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

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


#dc6aea Background Color

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

This div background color is #dc6aea


#dc6aea Border Color

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

This div border color is #dc6aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6aea


Comments

No comments written yet.

Please login to write comment.