Color Hex Logo

#cc6ada Color Hex

#CC6ADA
(204,106,218)
0 Favorites   0 Comments

Color spaces of #cc6ada

RGB 204106218
HSL0.810.600.64
HSV293°51°85°
CMYK 0.060.510.00   0.15
XYZ42.710828.207469.5231
Yxy28.20740.30410.2008
Hunter Lab53.110650.6035-40.4346
CIE-Lab60.075755.0621-41.0562

#cc6ada color RGB value is (204,106,218).

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

The process color (four color CMYK) of #cc6ada color hex is 0.06, 0.51, 0.00, 0.15. Web safe color of #cc6ada is #cc66cc. Color #cc6ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101010 11011010
Octal 314 152 332
Decimal 204 106 218
Hex CC 6A DA

RGB Percentages of Color #cc6ada

%38.64
%20.08
%41.29

CMYK Percentages of Color #cc6ada

%6
%51
%0
%15

Triadic Colors of #cc6ada

#cc6ada #dacc6a #6adacc

Analogous Colors of #cc6ada

#cc6ada #da6ab0 #946ada

Monochromatic Colors of #cc6ada

#cc6ada

Complementary Color

#cc6ada #78da6a

#cc6ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6ada Color CSS Codes

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

#cc6ada Text Font Color

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

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


#cc6ada Background Color

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

This div background color is #cc6ada


#cc6ada Border Color

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

This div border color is #cc6ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6ada


Comments

No comments written yet.

Please login to write comment.