Color Hex Logo

#c271ac Color Hex

#C271AC
(194,113,172)
0 Favorites   0 Comments

Color spaces of #c271ac

RGB 194113172
HSL0.880.400.60
HSV316°42°76°
CMYK 0.000.420.11   0.24
XYZ35.599726.258142.2217
Yxy26.25810.34200.2523
Hunter Lab51.242734.3343-12.9825
CIE-Lab58.281240.2399-17.7729

#c271ac color RGB value is (194,113,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01110001 10101100
Octal 302 161 254
Decimal 194 113 172
Hex C2 71 AC

RGB Percentages of Color #c271ac

%40.50
%23.59
%35.91

CMYK Percentages of Color #c271ac

%0
%42
%11
%24

Triadic Colors of #c271ac

#c271ac #acc271 #71acc2

Analogous Colors of #c271ac

#c271ac #c27184 #b071c2

Monochromatic Colors of #c271ac

#c271ac

Complementary Color

#c271ac #71c287

#c271ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c271ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c271ac Color CSS Codes

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

#c271ac Text Font Color

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

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


#c271ac Background Color

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

This div background color is #c271ac


#c271ac Border Color

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

This div border color is #c271ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c271ac


Comments

No comments written yet.

Please login to write comment.