Color Hex Logo

#c13eaa Color Hex

#C13EAA
(193,62,170)
0 Favorites   0 Comments

Color spaces of #c13eaa

RGB 19362170
HSL0.860.510.50
HSV311°68°76°
CMYK 0.000.680.12   0.24
XYZ30.970617.685039.8114
Yxy17.68500.35010.1999
Hunter Lab42.053557.8638-26.6914
CIE-Lab49.111863.4106-30.7525

#c13eaa color RGB value is (193,62,170).

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

The process color (four color CMYK) of #c13eaa color hex is 0.00, 0.68, 0.12, 0.24. Web safe color of #c13eaa is #cc3399. Color #c13eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 10101010
Octal 301 76 252
Decimal 193 62 170
Hex C1 3E AA

RGB Percentages of Color #c13eaa

%45.41
%14.59
%40.00

CMYK Percentages of Color #c13eaa

%0
%68
%12
%24

Triadic Colors of #c13eaa

#c13eaa #aac13e #3eaac1

Analogous Colors of #c13eaa

#c13eaa #c13e69 #973ec1

Monochromatic Colors of #c13eaa

#c13eaa

Complementary Color

#c13eaa #3ec155

#c13eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13eaa Color CSS Codes

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

#c13eaa Text Font Color

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

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


#c13eaa Background Color

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

This div background color is #c13eaa


#c13eaa Border Color

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

This div border color is #c13eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13eaa


Comments

No comments written yet.

Please login to write comment.