Color Hex Logo

#c10ccf Color Hex

#C10CCF
(193,12,207)
0 Favorites   0 Comments

Color spaces of #c10ccf

RGB 19312207
HSL0.820.890.43
HSV296°94°81°
CMYK 0.070.940.00   0.19
XYZ33.386316.105460.3805
Yxy16.10540.30390.1466
Hunter Lab40.131578.2679-61.1136
CIE-Lab47.112580.7511-55.4998

#c10ccf color RGB value is (193,12,207).

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

The process color (four color CMYK) of #c10ccf color hex is 0.07, 0.94, 0.00, 0.19. Web safe color of #c10ccf is #cc00cc. Color #c10ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001100 11001111
Octal 301 14 317
Decimal 193 12 207
Hex C1 C CF

RGB Percentages of Color #c10ccf

%46.84
%2.91
%50.24

CMYK Percentages of Color #c10ccf

%7
%94
%0
%19

Triadic Colors of #c10ccf

#c10ccf #cfc10c #0ccfc1

Analogous Colors of #c10ccf

#c10ccf #cf0c7c #5f0ccf

Monochromatic Colors of #c10ccf

#c10ccf

Complementary Color

#c10ccf #1acf0c

#c10ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10ccf Color CSS Codes

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

#c10ccf Text Font Color

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

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


#c10ccf Background Color

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

This div background color is #c10ccf


#c10ccf Border Color

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

This div border color is #c10ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10ccf


Comments

No comments written yet.

Please login to write comment.