Color Hex Logo

#c13ada Color Hex

#C13ADA
(193,58,218)
0 Favorites   0 Comments

Color spaces of #c13ada

RGB 19358218
HSL0.810.680.54
HSV291°73°85°
CMYK 0.110.730.00   0.15
XYZ36.160319.425568.1733
Yxy19.42550.29220.1570
Hunter Lab44.074469.3181-60.8565
CIE-Lab51.181372.7248-55.2693

#c13ada color RGB value is (193,58,218).

#c13ada hex color red value is 193, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c13ada hue: 0.81 , saturation: 0.68 and the lightness value of c13ada is 0.54.

The process color (four color CMYK) of #c13ada color hex is 0.11, 0.73, 0.00, 0.15. Web safe color of #c13ada is #cc33cc. Color #c13ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111010 11011010
Octal 301 72 332
Decimal 193 58 218
Hex C1 3A DA

RGB Percentages of Color #c13ada

%41.15
%12.37
%46.48

CMYK Percentages of Color #c13ada

%11
%73
%0
%15

Triadic Colors of #c13ada

#c13ada #dac13a #3adac1

Analogous Colors of #c13ada

#c13ada #da3aa3 #713ada

Monochromatic Colors of #c13ada

#c13ada

Complementary Color

#c13ada #53da3a

#c13ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ada Color CSS Codes

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

#c13ada Text Font Color

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

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


#c13ada Background Color

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

This div background color is #c13ada


#c13ada Border Color

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

This div border color is #c13ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ada


Comments

No comments written yet.

Please login to write comment.