Color Hex Logo

#c029ac Color Hex

#C029AC
(192,41,172)
0 Favorites   0 Comments

Color spaces of #c029ac

RGB 19241172
HSL0.860.650.46
HSV308°79°75°
CMYK 0.000.790.10   0.25
XYZ29.977615.770940.4938
Yxy15.77090.34760.1829
Hunter Lab39.712665.2462-32.6575
CIE-Lab46.672570.2077-35.7707

#c029ac color RGB value is (192,41,172).

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

The process color (four color CMYK) of #c029ac color hex is 0.00, 0.79, 0.10, 0.25. Web safe color of #c029ac is #cc3399. Color #c029ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 10101100
Octal 300 51 254
Decimal 192 41 172
Hex C0 29 AC

RGB Percentages of Color #c029ac

%47.41
%10.12
%42.47

CMYK Percentages of Color #c029ac

%0
%79
%10
%25

Triadic Colors of #c029ac

#c029ac #acc029 #29acc0

Analogous Colors of #c029ac

#c029ac #c02960 #8929c0

Monochromatic Colors of #c029ac

#c029ac

Complementary Color

#c029ac #29c03d

#c029ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c029ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c029ac Color CSS Codes

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

#c029ac Text Font Color

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

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


#c029ac Background Color

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

This div background color is #c029ac


#c029ac Border Color

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

This div border color is #c029ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c029ac


Comments

No comments written yet.

Please login to write comment.