Color Hex Logo

#c13cca Color Hex

#C13CCA
(193,60,202)
0 Favorites   0 Comments

Color spaces of #c13cca

RGB 19360202
HSL0.820.570.51
HSV296°70°79°
CMYK 0.040.700.00   0.21
XYZ34.268818.833457.7062
Yxy18.83340.30930.1700
Hunter Lab43.397565.0069-48.4605
CIE-Lab50.491769.2668-47.2109

#c13cca color RGB value is (193,60,202).

#c13cca hex color red value is 193, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c13cca hue: 0.82 , saturation: 0.57 and the lightness value of c13cca is 0.51.

The process color (four color CMYK) of #c13cca color hex is 0.04, 0.70, 0.00, 0.21. Web safe color of #c13cca is #cc33cc. Color #c13cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111100 11001010
Octal 301 74 312
Decimal 193 60 202
Hex C1 3C CA

RGB Percentages of Color #c13cca

%42.42
%13.19
%44.40

CMYK Percentages of Color #c13cca

%4
%70
%0
%21

Triadic Colors of #c13cca

#c13cca #cac13c #3ccac1

Analogous Colors of #c13cca

#c13cca #ca3c8c #7a3cca

Monochromatic Colors of #c13cca

#c13cca

Complementary Color

#c13cca #45ca3c

#c13cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13cca Color CSS Codes

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

#c13cca Text Font Color

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

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


#c13cca Background Color

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

This div background color is #c13cca


#c13cca Border Color

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

This div border color is #c13cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13cca


Comments

No comments written yet.

Please login to write comment.