Color Hex Logo

#cc46ac Color Hex

#CC46AC
(204,70,172)
0 Favorites   0 Comments

Color spaces of #cc46ac

RGB 20470172
HSL0.870.570.54
HSV314°66°80°
CMYK 0.000.660.16   0.20
XYZ34.538420.196241.1076
Yxy20.19620.36040.2107
Hunter Lab44.940258.5394-22.7755
CIE-Lab52.058363.4450-27.2078

#cc46ac color RGB value is (204,70,172).

#cc46ac hex color red value is 204, green value is 70 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc46ac hue: 0.87 , saturation: 0.57 and the lightness value of cc46ac is 0.54.

The process color (four color CMYK) of #cc46ac color hex is 0.00, 0.66, 0.16, 0.20. Web safe color of #cc46ac is #cc3399. Color #cc46ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 10101100
Octal 314 106 254
Decimal 204 70 172
Hex CC 46 AC

RGB Percentages of Color #cc46ac

%45.74
%15.70
%38.57

CMYK Percentages of Color #cc46ac

%0
%66
%16
%20

Triadic Colors of #cc46ac

#cc46ac #accc46 #46accc

Analogous Colors of #cc46ac

#cc46ac #cc4669 #a946cc

Monochromatic Colors of #cc46ac

#cc46ac

Complementary Color

#cc46ac #46cc66

#cc46ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc46ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc46ac Color CSS Codes

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

#cc46ac Text Font Color

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

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


#cc46ac Background Color

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

This div background color is #cc46ac


#cc46ac Border Color

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

This div border color is #cc46ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,70,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 #cc46ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc46ac


Comments

No comments written yet.

Please login to write comment.