Color Hex Logo

#c13fce Color Hex

#C13FCE
(193,63,206)
0 Favorites   0 Comments

Color spaces of #c13fce

RGB 19363206
HSL0.820.590.53
HSV295°69°81°
CMYK 0.060.690.00   0.19
XYZ34.910419.348760.2872
Yxy19.34870.30480.1689
Hunter Lab43.987264.6890-50.4697
CIE-Lab51.092768.8836-48.5526

#c13fce color RGB value is (193,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111111 11001110
Octal 301 77 316
Decimal 193 63 206
Hex C1 3F CE

RGB Percentages of Color #c13fce

%41.77
%13.64
%44.59

CMYK Percentages of Color #c13fce

%6
%69
%0
%19

Triadic Colors of #c13fce

#c13fce #cec13f #3fcec1

Analogous Colors of #c13fce

#c13fce #ce3f94 #7a3fce

Monochromatic Colors of #c13fce

#c13fce

Complementary Color

#c13fce #4cce3f

#c13fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13fce Color CSS Codes

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

#c13fce Text Font Color

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

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


#c13fce Background Color

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

This div background color is #c13fce


#c13fce Border Color

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

This div border color is #c13fce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,63,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 #c13fce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13fce


Comments

No comments written yet.

Please login to write comment.