Color Hex Logo

#c13ebc Color Hex

#C13EBC
(193,62,188)
0 Favorites   0 Comments

Color spaces of #c13ebc

RGB 19362188
HSL0.840.510.50
HSV302°68°76°
CMYK 0.000.680.03   0.24
XYZ32.792018.413549.4028
Yxy18.41350.32590.1830
Hunter Lab42.911061.3132-38.2221
CIE-Lab49.993866.2255-39.9010

#c13ebc color RGB value is (193,62,188).

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

The process color (four color CMYK) of #c13ebc color hex is 0.00, 0.68, 0.03, 0.24. Web safe color of #c13ebc is #cc33cc. Color #c13ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111110 10111100
Octal 301 76 274
Decimal 193 62 188
Hex C1 3E BC

RGB Percentages of Color #c13ebc

%43.57
%14.00
%42.44

CMYK Percentages of Color #c13ebc

%0
%68
%3
%24

Triadic Colors of #c13ebc

#c13ebc #bcc13e #3ebcc1

Analogous Colors of #c13ebc

#c13ebc #c13e7b #853ec1

Monochromatic Colors of #c13ebc

#c13ebc

Complementary Color

#c13ebc #3ec143

#c13ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ebc Color CSS Codes

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

#c13ebc Text Font Color

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

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


#c13ebc Background Color

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

This div background color is #c13ebc


#c13ebc Border Color

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

This div border color is #c13ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ebc


Comments

No comments written yet.

Please login to write comment.