Color Hex Logo

#c105cc Color Hex

#C105CC
(193,5,204)
0 Favorites   0 Comments

Color spaces of #c105cc

RGB 1935204
HSL0.820.950.41
HSV297°98°80°
CMYK 0.050.980.00   0.20
XYZ32.945715.805658.4411
Yxy15.80560.30740.1475
Hunter Lab39.756378.3481-59.3260
CIE-Lab46.718480.8909-54.4008

#c105cc color RGB value is (193,5,204).

#c105cc hex color red value is 193, green value is 5 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c105cc hue: 0.82 , saturation: 0.95 and the lightness value of c105cc is 0.41.

The process color (four color CMYK) of #c105cc color hex is 0.05, 0.98, 0.00, 0.20. Web safe color of #c105cc is #cc00cc. Color #c105cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000101 11001100
Octal 301 5 314
Decimal 193 5 204
Hex C1 5 CC

RGB Percentages of Color #c105cc

%48.01
%1.24
%50.75

CMYK Percentages of Color #c105cc

%5
%98
%0
%20

Triadic Colors of #c105cc

#c105cc #ccc105 #05ccc1

Analogous Colors of #c105cc

#c105cc #cc0574 #5e05cc

Monochromatic Colors of #c105cc

#c105cc

Complementary Color

#c105cc #10cc05

#c105cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c105cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c105cc Color CSS Codes

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

#c105cc Text Font Color

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

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


#c105cc Background Color

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

This div background color is #c105cc


#c105cc Border Color

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

This div border color is #c105cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c105cc


Comments

No comments written yet.

Please login to write comment.