Color Hex Logo

#c13ccf Color Hex

#C13CCF
(193,60,207)
0 Favorites   0 Comments

Color spaces of #c13ccf

RGB 19360207
HSL0.820.600.52
HSV294°71°81°
CMYK 0.070.710.00   0.19
XYZ34.870719.074260.8753
Yxy19.07420.30370.1661
Hunter Lab43.674066.0904-52.0699
CIE-Lab50.773970.1219-49.6346

#c13ccf color RGB value is (193,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111100 11001111
Octal 301 74 317
Decimal 193 60 207
Hex C1 3C CF

RGB Percentages of Color #c13ccf

%41.96
%13.04
%45.00

CMYK Percentages of Color #c13ccf

%7
%71
%0
%19

Triadic Colors of #c13ccf

#c13ccf #cfc13c #3ccfc1

Analogous Colors of #c13ccf

#c13ccf #cf3c94 #783ccf

Monochromatic Colors of #c13ccf

#c13ccf

Complementary Color

#c13ccf #4acf3c

#c13ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13ccf Color CSS Codes

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

#c13ccf Text Font Color

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

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


#c13ccf Background Color

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

This div background color is #c13ccf


#c13ccf Border Color

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

This div border color is #c13ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c13ccf


Comments

No comments written yet.

Please login to write comment.