Color Hex Logo

#dc6cdb Color Hex

#DC6CDB
(220,108,219)
0 Favorites   0 Comments

Color spaces of #dc6cdb

RGB 220108219
HSL0.830.620.64
HSV301°51°86°
CMYK 0.000.510.00   0.14
XYZ47.663931.055270.4999
Yxy31.05520.31940.2081
Hunter Lab55.727255.1498-35.9981
CIE-Lab62.554258.6450-37.5856

#dc6cdb color RGB value is (220,108,219).

#dc6cdb hex color red value is 220, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dc6cdb hue: 0.83 , saturation: 0.62 and the lightness value of dc6cdb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101100 11011011
Octal 334 154 333
Decimal 220 108 219
Hex DC 6C DB

RGB Percentages of Color #dc6cdb

%40.22
%19.74
%40.04

CMYK Percentages of Color #dc6cdb

%0
%51
%0
%14

Triadic Colors of #dc6cdb

#dc6cdb #dbdc6c #6cdbdc

Analogous Colors of #dc6cdb

#dc6cdb #dc6ca3 #a56cdc

Monochromatic Colors of #dc6cdb

#dc6cdb

Complementary Color

#dc6cdb #6cdc6d

#dc6cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6cdb Color CSS Codes

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

#dc6cdb Text Font Color

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

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


#dc6cdb Background Color

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

This div background color is #dc6cdb


#dc6cdb Border Color

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

This div border color is #dc6cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6cdb


Comments

No comments written yet.

Please login to write comment.