Color Hex Logo

#c073ac Color Hex

#C073AC
(192,115,172)
0 Favorites   0 Comments

Color spaces of #c073ac

RGB 192115172
HSL0.880.380.60
HSV316°40°75°
CMYK 0.000.400.10   0.25
XYZ35.315426.446542.2731
Yxy26.44650.33950.2542
Hunter Lab51.426232.5838-12.7390
CIE-Lab58.458538.5139-17.5265

#c073ac color RGB value is (192,115,172).

#c073ac hex color red value is 192, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c073ac hue: 0.88 , saturation: 0.38 and the lightness value of c073ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 10101100
Octal 300 163 254
Decimal 192 115 172
Hex C0 73 AC

RGB Percentages of Color #c073ac

%40.08
%24.01
%35.91

CMYK Percentages of Color #c073ac

%0
%40
%10
%25

Triadic Colors of #c073ac

#c073ac #acc073 #73acc0

Analogous Colors of #c073ac

#c073ac #c07386 #ae73c0

Monochromatic Colors of #c073ac

#c073ac

Complementary Color

#c073ac #73c087

#c073ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c073ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c073ac Color CSS Codes

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

#c073ac Text Font Color

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

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


#c073ac Background Color

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

This div background color is #c073ac


#c073ac Border Color

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

This div border color is #c073ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c073ac


Comments

No comments written yet.

Please login to write comment.