Color Hex Logo

#cc6cdc Color Hex

#CC6CDC
(204,108,220)
0 Favorites   0 Comments

Color spaces of #cc6cdc

RGB 204108220
HSL0.810.620.64
HSV291°51°86°
CMYK 0.070.510.00   0.14
XYZ43.182728.729870.9796
Yxy28.72980.30220.2011
Hunter Lab53.600250.0072-40.9942
CIE-Lab60.542454.4555-41.4458

#cc6cdc color RGB value is (204,108,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101100 11011100
Octal 314 154 334
Decimal 204 108 220
Hex CC 6C DC

RGB Percentages of Color #cc6cdc

%38.35
%20.30
%41.35

CMYK Percentages of Color #cc6cdc

%7
%51
%0
%14

Triadic Colors of #cc6cdc

#cc6cdc #dccc6c #6cdccc

Analogous Colors of #cc6cdc

#cc6cdc #dc6cb4 #946cdc

Monochromatic Colors of #cc6cdc

#cc6cdc

Complementary Color

#cc6cdc #7cdc6c

#cc6cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6cdc Color CSS Codes

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

#cc6cdc Text Font Color

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

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


#cc6cdc Background Color

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

This div background color is #cc6cdc


#cc6cdc Border Color

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

This div border color is #cc6cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6cdc


Comments

No comments written yet.

Please login to write comment.