Color Hex Logo

#c172ac Color Hex

#C172AC
(193,114,172)
0 Favorites   0 Comments

Color spaces of #c172ac

RGB 193114172
HSL0.880.390.60
HSV316°41°76°
CMYK 0.000.410.11   0.24
XYZ35.456026.350642.2472
Yxy26.35060.34070.2532
Hunter Lab51.332833.4589-12.8630
CIE-Lab58.368439.3787-17.6520

#c172ac color RGB value is (193,114,172).

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

The process color (four color CMYK) of #c172ac color hex is 0.00, 0.41, 0.11, 0.24. Web safe color of #c172ac is #cc6699. Color #c172ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01110010 10101100
Octal 301 162 254
Decimal 193 114 172
Hex C1 72 AC

RGB Percentages of Color #c172ac

%40.29
%23.80
%35.91

CMYK Percentages of Color #c172ac

%0
%41
%11
%24

Triadic Colors of #c172ac

#c172ac #acc172 #72acc1

Analogous Colors of #c172ac

#c172ac #c17285 #af72c1

Monochromatic Colors of #c172ac

#c172ac

Complementary Color

#c172ac #72c187

#c172ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c172ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c172ac Color CSS Codes

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

#c172ac Text Font Color

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

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


#c172ac Background Color

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

This div background color is #c172ac


#c172ac Border Color

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

This div border color is #c172ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c172ac


Comments

No comments written yet.

Please login to write comment.