Color Hex Logo

#c13eab Color Hex

#C13EAB
(193,62,171)
0 Favorites   0 Comments

Color spaces of #c13eab

RGB 19362171
HSL0.860.510.50
HSV310°68°76°
CMYK 0.000.680.11   0.24
XYZ31.065617.723040.3116
Yxy17.72300.34870.1989
Hunter Lab42.098758.0466-27.3040
CIE-Lab49.158463.5612-31.2686

#c13eab color RGB value is (193,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 10101011
Octal 301 76 253
Decimal 193 62 171
Hex C1 3E AB

RGB Percentages of Color #c13eab

%45.31
%14.55
%40.14

CMYK Percentages of Color #c13eab

%0
%68
%11
%24

Triadic Colors of #c13eab

#c13eab #abc13e #3eabc1

Analogous Colors of #c13eab

#c13eab #c13e6a #963ec1

Monochromatic Colors of #c13eab

#c13eab

Complementary Color

#c13eab #3ec154

#c13eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13eab Color CSS Codes

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

#c13eab Text Font Color

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

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


#c13eab Background Color

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

This div background color is #c13eab


#c13eab Border Color

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

This div border color is #c13eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13eab


Comments

No comments written yet.

Please login to write comment.