Color Hex Logo

#cc6caf Color Hex

#CC6CAF
(204,108,175)
0 Favorites   0 Comments

Color spaces of #cc6caf

RGB 204108175
HSL0.880.480.61
HSV318°47°80°
CMYK 0.000.470.14   0.20
XYZ38.002326.657643.6999
Yxy26.65760.35070.2460
Hunter Lab51.631041.0283-14.0407
CIE-Lab58.656046.5565-18.8092

#cc6caf color RGB value is (204,108,175).

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

The process color (four color CMYK) of #cc6caf color hex is 0.00, 0.47, 0.14, 0.20. Web safe color of #cc6caf is #cc6699. Color #cc6caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101100 10101111
Octal 314 154 257
Decimal 204 108 175
Hex CC 6C AF

RGB Percentages of Color #cc6caf

%41.89
%22.18
%35.93

CMYK Percentages of Color #cc6caf

%0
%47
%14
%20

Triadic Colors of #cc6caf

#cc6caf #afcc6c #6cafcc

Analogous Colors of #cc6caf

#cc6caf #cc6c7f #b96ccc

Monochromatic Colors of #cc6caf

#cc6caf

Complementary Color

#cc6caf #6ccc89

#cc6caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6caf Color CSS Codes

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

#cc6caf Text Font Color

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

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


#cc6caf Background Color

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

This div background color is #cc6caf


#cc6caf Border Color

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

This div border color is #cc6caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6caf


Comments

No comments written yet.

Please login to write comment.