Color Hex Logo

#c13eac Color Hex

#C13EAC
(193,62,172)
0 Favorites   0 Comments

Color spaces of #c13eac

RGB 19362172
HSL0.860.510.50
HSV310°68°76°
CMYK 0.000.680.11   0.24
XYZ31.161317.761340.8156
Yxy17.76130.34720.1979
Hunter Lab42.144258.2302-27.9200
CIE-Lab49.205363.7123-31.7837

#c13eac color RGB value is (193,62,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 10101100
Octal 301 76 254
Decimal 193 62 172
Hex C1 3E AC

RGB Percentages of Color #c13eac

%45.20
%14.52
%40.28

CMYK Percentages of Color #c13eac

%0
%68
%11
%24

Triadic Colors of #c13eac

#c13eac #acc13e #3eacc1

Analogous Colors of #c13eac

#c13eac #c13e6b #953ec1

Monochromatic Colors of #c13eac

#c13eac

Complementary Color

#c13eac #3ec153

#c13eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13eac Color CSS Codes

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

#c13eac Text Font Color

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

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


#c13eac Background Color

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

This div background color is #c13eac


#c13eac Border Color

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

This div border color is #c13eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13eac


Comments

No comments written yet.

Please login to write comment.