Color Hex Logo

#dc6cca Color Hex

#DC6CCA
(220,108,202)
0 Favorites   0 Comments

Color spaces of #dc6cca

RGB 220108202
HSL0.860.620.64
HSV310°51°86°
CMYK 0.000.510.08   0.14
XYZ45.538430.205059.3071
Yxy30.20500.33720.2237
Hunter Lab54.959151.7245-25.5093
CIE-Lab61.830755.7687-29.1440

#dc6cca color RGB value is (220,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01101100 11001010
Octal 334 154 312
Decimal 220 108 202
Hex DC 6C CA

RGB Percentages of Color #dc6cca

%41.51
%20.38
%38.11

CMYK Percentages of Color #dc6cca

%0
%51
%8
%14

Triadic Colors of #dc6cca

#dc6cca #cadc6c #6ccadc

Analogous Colors of #dc6cca

#dc6cca #dc6c92 #b66cdc

Monochromatic Colors of #dc6cca

#dc6cca

Complementary Color

#dc6cca #6cdc7e

#dc6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc6cca Color CSS Codes

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

#dc6cca Text Font Color

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

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


#dc6cca Background Color

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

This div background color is #dc6cca


#dc6cca Border Color

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

This div border color is #dc6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc6cca


Comments

No comments written yet.

Please login to write comment.