Color Hex Logo

#c063ac Color Hex

#C063AC
(192,99,172)
0 Favorites   0 Comments

Color spaces of #c063ac

RGB 19299172
HSL0.870.420.57
HSV313°48°75°
CMYK 0.000.480.10   0.25
XYZ33.646523.108741.7168
Yxy23.10870.34170.2347
Hunter Lab48.071540.8117-17.8022
CIE-Lab55.184146.8736-22.5291

#c063ac color RGB value is (192,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100011 10101100
Octal 300 143 254
Decimal 192 99 172
Hex C0 63 AC

RGB Percentages of Color #c063ac

%41.47
%21.38
%37.15

CMYK Percentages of Color #c063ac

%0
%48
%10
%25

Triadic Colors of #c063ac

#c063ac #acc063 #63acc0

Analogous Colors of #c063ac

#c063ac #c0637e #a663c0

Monochromatic Colors of #c063ac

#c063ac

Complementary Color

#c063ac #63c077

#c063ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c063ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c063ac Color CSS Codes

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

#c063ac Text Font Color

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

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


#c063ac Background Color

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

This div background color is #c063ac


#c063ac Border Color

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

This div border color is #c063ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c063ac


Comments

No comments written yet.

Please login to write comment.