Color Hex Logo

#c263ac Color Hex

#C263AC
(194,99,172)
0 Favorites   0 Comments

Color spaces of #c263ac

RGB 19499172
HSL0.870.440.57
HSV314°49°76°
CMYK 0.000.490.11   0.24
XYZ34.156423.371641.7407
Yxy23.37160.34410.2354
Hunter Lab48.344241.5125-17.3505
CIE-Lab55.453147.4922-22.0931

#c263ac color RGB value is (194,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100011 10101100
Octal 302 143 254
Decimal 194 99 172
Hex C2 63 AC

RGB Percentages of Color #c263ac

%41.72
%21.29
%36.99

CMYK Percentages of Color #c263ac

%0
%49
%11
%24

Triadic Colors of #c263ac

#c263ac #acc263 #63acc2

Analogous Colors of #c263ac

#c263ac #c2637d #a963c2

Monochromatic Colors of #c263ac

#c263ac

Complementary Color

#c263ac #63c279

#c263ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c263ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c263ac Color CSS Codes

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

#c263ac Text Font Color

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

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


#c263ac Background Color

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

This div background color is #c263ac


#c263ac Border Color

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

This div border color is #c263ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c263ac


Comments

No comments written yet.

Please login to write comment.