Color Hex Logo

#c13dcc Color Hex

#C13DCC
(193,61,204)
0 Favorites   0 Comments

Color spaces of #c13dcc

RGB 19361204
HSL0.820.580.52
HSV295°70°80°
CMYK 0.050.700.00   0.20
XYZ34.560119.034658.9793
Yxy19.03460.30700.1691
Hunter Lab43.628765.0472-49.6110
CIE-Lab50.727769.2553-47.9857

#c13dcc color RGB value is (193,61,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111101 11001100
Octal 301 75 314
Decimal 193 61 204
Hex C1 3D CC

RGB Percentages of Color #c13dcc

%42.14
%13.32
%44.54

CMYK Percentages of Color #c13dcc

%5
%70
%0
%20

Triadic Colors of #c13dcc

#c13dcc #ccc13d #3dccc1

Analogous Colors of #c13dcc

#c13dcc #cc3d90 #7a3dcc

Monochromatic Colors of #c13dcc

#c13dcc

Complementary Color

#c13dcc #48cc3d

#c13dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13dcc Color CSS Codes

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

#c13dcc Text Font Color

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

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


#c13dcc Background Color

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

This div background color is #c13dcc


#c13dcc Border Color

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

This div border color is #c13dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13dcc


Comments

No comments written yet.

Please login to write comment.