Color Hex Logo

#c060ac Color Hex

#C060AC
(192,96,172)
0 Favorites   0 Comments

Color spaces of #c060ac

RGB 19296172
HSL0.870.430.56
HSV313°50°75°
CMYK 0.000.500.10   0.25
XYZ33.367522.550841.6238
Yxy22.55080.34210.2312
Hunter Lab47.487742.3206-18.7274
CIE-Lab54.606648.3826-23.4168

#c060ac color RGB value is (192,96,172).

#c060ac hex color red value is 192, green value is 96 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c060ac hue: 0.87 , saturation: 0.43 and the lightness value of c060ac is 0.56.

The process color (four color CMYK) of #c060ac color hex is 0.00, 0.50, 0.10, 0.25. Web safe color of #c060ac is #cc6699. Color #c060ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100000 10101100
Octal 300 140 254
Decimal 192 96 172
Hex C0 60 AC

RGB Percentages of Color #c060ac

%41.74
%20.87
%37.39

CMYK Percentages of Color #c060ac

%0
%50
%10
%25

Triadic Colors of #c060ac

#c060ac #acc060 #60acc0

Analogous Colors of #c060ac

#c060ac #c0607c #a460c0

Monochromatic Colors of #c060ac

#c060ac

Complementary Color

#c060ac #60c074

#c060ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c060ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c060ac Color CSS Codes

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

#c060ac Text Font Color

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

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


#c060ac Background Color

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

This div background color is #c060ac


#c060ac Border Color

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

This div border color is #c060ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c060ac


Comments

No comments written yet.

Please login to write comment.