Color Hex Logo

#c629ac Color Hex

#C629AC
(198,41,172)
0 Favorites   0 Comments

Color spaces of #c629ac

RGB 19841172
HSL0.860.660.47
HSV310°79°78°
CMYK 0.000.790.13   0.22
XYZ31.528016.570240.5664
Yxy16.57020.35560.1869
Hunter Lab40.706567.0154-30.5914
CIE-Lab47.713971.4881-34.0611

#c629ac color RGB value is (198,41,172).

#c629ac hex color red value is 198, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c629ac hue: 0.86 , saturation: 0.66 and the lightness value of c629ac is 0.47.

The process color (four color CMYK) of #c629ac color hex is 0.00, 0.79, 0.13, 0.22. Web safe color of #c629ac is #cc3399. Color #c629ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00101001 10101100
Octal 306 51 254
Decimal 198 41 172
Hex C6 29 AC

RGB Percentages of Color #c629ac

%48.18
%9.98
%41.85

CMYK Percentages of Color #c629ac

%0
%79
%13
%22

Triadic Colors of #c629ac

#c629ac #acc629 #29acc6

Analogous Colors of #c629ac

#c629ac #c6295e #9229c6

Monochromatic Colors of #c629ac

#c629ac

Complementary Color

#c629ac #29c643

#c629ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c629ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c629ac Color CSS Codes

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

#c629ac Text Font Color

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

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


#c629ac Background Color

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

This div background color is #c629ac


#c629ac Border Color

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

This div border color is #c629ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c629ac


Comments

No comments written yet.

Please login to write comment.