Color Hex Logo

#cc6cba Color Hex

#CC6CBA
(204,108,186)
0 Favorites   0 Comments

Color spaces of #cc6cba

RGB 204108186
HSL0.860.480.61
HSV311°47°80°
CMYK 0.000.470.09   0.20
XYZ39.127327.107749.6244
Yxy27.10770.33770.2340
Hunter Lab52.065143.0303-20.0651
CIE-Lab59.073948.3550-24.4752

#cc6cba color RGB value is (204,108,186).

#cc6cba hex color red value is 204, green value is 108 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc6cba hue: 0.86 , saturation: 0.48 and the lightness value of cc6cba is 0.61.

The process color (four color CMYK) of #cc6cba color hex is 0.00, 0.47, 0.09, 0.20. Web safe color of #cc6cba is #cc66cc. Color #cc6cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101100 10111010
Octal 314 154 272
Decimal 204 108 186
Hex CC 6C BA

RGB Percentages of Color #cc6cba

%40.96
%21.69
%37.35

CMYK Percentages of Color #cc6cba

%0
%47
%9
%20

Triadic Colors of #cc6cba

#cc6cba #bacc6c #6cbacc

Analogous Colors of #cc6cba

#cc6cba #cc6c8a #ae6ccc

Monochromatic Colors of #cc6cba

#cc6cba

Complementary Color

#cc6cba #6ccc7e

#cc6cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6cba Color CSS Codes

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

#cc6cba Text Font Color

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

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


#cc6cba Background Color

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

This div background color is #cc6cba


#cc6cba Border Color

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

This div border color is #cc6cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6cba


Comments

No comments written yet.

Please login to write comment.