Color Hex Logo

#c228ac Color Hex

#C228AC
(194,40,172)
0 Favorites   0 Comments

Color spaces of #c228ac

RGB 19440172
HSL0.860.660.46
HSV309°79°76°
CMYK 0.000.790.11   0.24
XYZ30.453315.965540.5063
Yxy15.96550.35030.1837
Hunter Lab39.956966.1201-32.1355
CIE-Lab46.929270.8920-35.3429

#c228ac color RGB value is (194,40,172).

#c228ac hex color red value is 194, green value is 40 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c228ac hue: 0.86 , saturation: 0.66 and the lightness value of c228ac is 0.46.

The process color (four color CMYK) of #c228ac color hex is 0.00, 0.79, 0.11, 0.24. Web safe color of #c228ac is #cc3399. Color #c228ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 10101100
Octal 302 50 254
Decimal 194 40 172
Hex C2 28 AC

RGB Percentages of Color #c228ac

%47.78
%9.85
%42.36

CMYK Percentages of Color #c228ac

%0
%79
%11
%24

Triadic Colors of #c228ac

#c228ac #acc228 #28acc2

Analogous Colors of #c228ac

#c228ac #c2285f #8b28c2

Monochromatic Colors of #c228ac

#c228ac

Complementary Color

#c228ac #28c23e

#c228ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c228ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c228ac Color CSS Codes

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

#c228ac Text Font Color

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

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


#c228ac Background Color

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

This div background color is #c228ac


#c228ac Border Color

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

This div border color is #c228ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c228ac


Comments

No comments written yet.

Please login to write comment.