Color Hex Logo

#dc6eea Color Hex

#DC6EEA
(220,110,234)
0 Favorites   0 Comments

Color spaces of #dc6eea

RGB 220110234
HSL0.810.750.67
HSV293°53°92°
CMYK 0.060.530.00   0.08
XYZ49.942432.308081.4457
Yxy32.30800.30510.1974
Hunter Lab56.840157.3682-45.1680
CIE-Lab63.596660.3833-44.3157

#dc6eea color RGB value is (220,110,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101110 11101010
Octal 334 156 352
Decimal 220 110 234
Hex DC 6E EA

RGB Percentages of Color #dc6eea

%39.01
%19.50
%41.49

CMYK Percentages of Color #dc6eea

%6
%53
%0
%8

Triadic Colors of #dc6eea

#dc6eea #eadc6e #6eeadc

Analogous Colors of #dc6eea

#dc6eea #ea6eba #9e6eea

Monochromatic Colors of #dc6eea

#dc6eea

Complementary Color

#dc6eea #7cea6e

#dc6eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6eea Color CSS Codes

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

#dc6eea Text Font Color

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

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


#dc6eea Background Color

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

This div background color is #dc6eea


#dc6eea Border Color

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

This div border color is #dc6eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6eea


Comments

No comments written yet.

Please login to write comment.