Color Hex Logo

#c13bce Color Hex

#C13BCE
(193,59,206)
0 Favorites   0 Comments

Color spaces of #c13bce

RGB 19359206
HSL0.820.600.52
HSV295°71°81°
CMYK 0.060.710.00   0.19
XYZ34.696918.921660.2160
Yxy18.92160.30480.1662
Hunter Lab43.499066.2571-51.6264
CIE-Lab50.595470.2958-49.3454

#c13bce color RGB value is (193,59,206).

#c13bce hex color red value is 193, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c13bce hue: 0.82 , saturation: 0.60 and the lightness value of c13bce is 0.52.

The process color (four color CMYK) of #c13bce color hex is 0.06, 0.71, 0.00, 0.19. Web safe color of #c13bce is #cc33cc. Color #c13bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 11001110
Octal 301 73 316
Decimal 193 59 206
Hex C1 3B CE

RGB Percentages of Color #c13bce

%42.14
%12.88
%44.98

CMYK Percentages of Color #c13bce

%6
%71
%0
%19

Triadic Colors of #c13bce

#c13bce #cec13b #3bcec1

Analogous Colors of #c13bce

#c13bce #ce3b92 #783bce

Monochromatic Colors of #c13bce

#c13bce

Complementary Color

#c13bce #48ce3b

#c13bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13bce Color CSS Codes

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

#c13bce Text Font Color

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

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


#c13bce Background Color

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

This div background color is #c13bce


#c13bce Border Color

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

This div border color is #c13bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13bce


Comments

No comments written yet.

Please login to write comment.