Color Hex Logo

#c13acc Color Hex

#C13ACC
(193,58,204)
0 Favorites   0 Comments

Color spaces of #c13acc

RGB 19358204
HSL0.820.590.51
HSV295°72°80°
CMYK 0.050.720.00   0.20
XYZ34.404518.723258.9274
Yxy18.72320.30700.1671
Hunter Lab43.270366.2034-50.4545
CIE-Lab50.361870.2960-48.5687

#c13acc color RGB value is (193,58,204).

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

The process color (four color CMYK) of #c13acc color hex is 0.05, 0.72, 0.00, 0.20. Web safe color of #c13acc is #cc33cc. Color #c13acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111010 11001100
Octal 301 72 314
Decimal 193 58 204
Hex C1 3A CC

RGB Percentages of Color #c13acc

%42.42
%12.75
%44.84

CMYK Percentages of Color #c13acc

%5
%72
%0
%20

Triadic Colors of #c13acc

#c13acc #ccc13a #3accc1

Analogous Colors of #c13acc

#c13acc #cc3a8e #783acc

Monochromatic Colors of #c13acc

#c13acc

Complementary Color

#c13acc #45cc3a

#c13acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13acc Color CSS Codes

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

#c13acc Text Font Color

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

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


#c13acc Background Color

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

This div background color is #c13acc


#c13acc Border Color

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

This div border color is #c13acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13acc


Comments

No comments written yet.

Please login to write comment.