Color Hex Logo

#c446ac Color Hex

#C446AC
(196,70,172)
0 Favorites   0 Comments

Color spaces of #c446ac

RGB 19670172
HSL0.870.520.52
HSV311°64°77°
CMYK 0.000.640.12   0.23
XYZ32.401519.094641.0076
Yxy19.09460.35030.2064
Hunter Lab43.697455.8870-25.0523
CIE-Lab50.797761.3630-29.2640

#c446ac color RGB value is (196,70,172).

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

The process color (four color CMYK) of #c446ac color hex is 0.00, 0.64, 0.12, 0.23. Web safe color of #c446ac is #cc3399. Color #c446ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000110 10101100
Octal 304 106 254
Decimal 196 70 172
Hex C4 46 AC

RGB Percentages of Color #c446ac

%44.75
%15.98
%39.27

CMYK Percentages of Color #c446ac

%0
%64
%12
%23

Triadic Colors of #c446ac

#c446ac #acc446 #46acc4

Analogous Colors of #c446ac

#c446ac #c4466d #9d46c4

Monochromatic Colors of #c446ac

#c446ac

Complementary Color

#c446ac #46c45e

#c446ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c446ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c446ac Color CSS Codes

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

#c446ac Text Font Color

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

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


#c446ac Background Color

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

This div background color is #c446ac


#c446ac Border Color

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

This div border color is #c446ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c446ac


Comments

No comments written yet.

Please login to write comment.