Color Hex Logo

#cc67ac Color Hex

#CC67AC
(204,103,172)
0 Favorites   0 Comments

Color spaces of #cc67ac

RGB 204103172
HSL0.890.500.60
HSV319°50°80°
CMYK 0.000.500.16   0.20
XYZ37.198525.516441.9943
Yxy25.51640.35530.2437
Hunter Lab50.513843.0489-13.9307
CIE-Lab57.575148.6000-18.7280

#cc67ac color RGB value is (204,103,172).

#cc67ac hex color red value is 204, green value is 103 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc67ac hue: 0.89 , saturation: 0.50 and the lightness value of cc67ac is 0.60.

The process color (four color CMYK) of #cc67ac color hex is 0.00, 0.50, 0.16, 0.20. Web safe color of #cc67ac is #cc6699. Color #cc67ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 10101100
Octal 314 147 254
Decimal 204 103 172
Hex CC 67 AC

RGB Percentages of Color #cc67ac

%42.59
%21.50
%35.91

CMYK Percentages of Color #cc67ac

%0
%50
%16
%20

Triadic Colors of #cc67ac

#cc67ac #accc67 #67accc

Analogous Colors of #cc67ac

#cc67ac #cc677a #ba67cc

Monochromatic Colors of #cc67ac

#cc67ac

Complementary Color

#cc67ac #67cc87

#cc67ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc67ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc67ac Color CSS Codes

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

#cc67ac Text Font Color

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

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


#cc67ac Background Color

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

This div background color is #cc67ac


#cc67ac Border Color

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

This div border color is #cc67ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc67ac


Comments

No comments written yet.

Please login to write comment.