Color Hex Logo

#c13cab Color Hex

#C13CAB
(193,60,171)
0 Favorites   0 Comments

Color spaces of #c13cab

RGB 19360171
HSL0.860.530.50
HSV310°69°76°
CMYK 0.000.690.11   0.24
XYZ30.958917.509440.2760
Yxy17.50940.34890.1973
Hunter Lab41.844258.8377-27.7770
CIE-Lab48.895664.2993-31.6794

#c13cab color RGB value is (193,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111100 10101011
Octal 301 74 253
Decimal 193 60 171
Hex C1 3C AB

RGB Percentages of Color #c13cab

%45.52
%14.15
%40.33

CMYK Percentages of Color #c13cab

%0
%69
%11
%24

Triadic Colors of #c13cab

#c13cab #abc13c #3cabc1

Analogous Colors of #c13cab

#c13cab #c13c69 #953cc1

Monochromatic Colors of #c13cab

#c13cab

Complementary Color

#c13cab #3cc152

#c13cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13cab Color CSS Codes

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

#c13cab Text Font Color

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

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


#c13cab Background Color

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

This div background color is #c13cab


#c13cab Border Color

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

This div border color is #c13cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,60,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c13cab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13cab


Comments

No comments written yet.

Please login to write comment.