Color Hex Logo

#c10aca Color Hex

#C10ACA
(193,10,202)
0 Favorites   0 Comments

Color spaces of #c10aca

RGB 19310202
HSL0.830.910.42
HSV297°95°79°
CMYK 0.040.950.00   0.21
XYZ32.761515.818857.2037
Yxy15.81880.30970.1495
Hunter Lab39.772977.4306-57.4334
CIE-Lab46.735980.1598-53.2153

#c10aca color RGB value is (193,10,202).

#c10aca hex color red value is 193, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c10aca hue: 0.83 , saturation: 0.91 and the lightness value of c10aca is 0.42.

The process color (four color CMYK) of #c10aca color hex is 0.04, 0.95, 0.00, 0.21. Web safe color of #c10aca is #cc00cc. Color #c10aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001010 11001010
Octal 301 12 312
Decimal 193 10 202
Hex C1 A CA

RGB Percentages of Color #c10aca

%47.65
%2.47
%49.88

CMYK Percentages of Color #c10aca

%4
%95
%0
%21

Triadic Colors of #c10aca

#c10aca #cac10a #0acac1

Analogous Colors of #c10aca

#c10aca #ca0a73 #610aca

Monochromatic Colors of #c10aca

#c10aca

Complementary Color

#c10aca #13ca0a

#c10aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10aca Color CSS Codes

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

#c10aca Text Font Color

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

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


#c10aca Background Color

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

This div background color is #c10aca


#c10aca Border Color

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

This div border color is #c10aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10aca


Comments

No comments written yet.

Please login to write comment.