Color Hex Logo

#c13cac Color Hex

#C13CAC
(193,60,172)
0 Favorites   0 Comments

Color spaces of #c13cac

RGB 19360172
HSL0.860.530.50
HSV309°69°76°
CMYK 0.000.690.11   0.24
XYZ31.054617.547740.7800
Yxy17.54770.34740.1963
Hunter Lab41.890059.0212-28.3960
CIE-Lab48.942964.4496-32.1943

#c13cac color RGB value is (193,60,172).

#c13cac hex color red value is 193, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c13cac hue: 0.86 , saturation: 0.53 and the lightness value of c13cac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111100 10101100
Octal 301 74 254
Decimal 193 60 172
Hex C1 3C AC

RGB Percentages of Color #c13cac

%45.41
%14.12
%40.47

CMYK Percentages of Color #c13cac

%0
%69
%11
%24

Triadic Colors of #c13cac

#c13cac #acc13c #3cacc1

Analogous Colors of #c13cac

#c13cac #c13c6a #943cc1

Monochromatic Colors of #c13cac

#c13cac

Complementary Color

#c13cac #3cc151

#c13cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13cac Color CSS Codes

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

#c13cac Text Font Color

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

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


#c13cac Background Color

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

This div background color is #c13cac


#c13cac Border Color

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

This div border color is #c13cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13cac


Comments

No comments written yet.

Please login to write comment.