Color Hex Logo

#c10aaf Color Hex

#C10AAF
(193,10,175)
0 Favorites   0 Comments

Color spaces of #c10aaf

RGB 19310175
HSL0.850.900.40
HSV306°95°76°
CMYK 0.000.950.09   0.24
XYZ29.838714.649741.8124
Yxy14.64970.34580.1698
Hunter Lab38.274972.1755-37.9773
CIE-Lab45.150676.2409-39.9391

#c10aaf color RGB value is (193,10,175).

#c10aaf hex color red value is 193, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c10aaf hue: 0.85 , saturation: 0.90 and the lightness value of c10aaf is 0.40.

The process color (four color CMYK) of #c10aaf color hex is 0.00, 0.95, 0.09, 0.24. Web safe color of #c10aaf is #cc0099. Color #c10aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001010 10101111
Octal 301 12 257
Decimal 193 10 175
Hex C1 A AF

RGB Percentages of Color #c10aaf

%51.06
%2.65
%46.30

CMYK Percentages of Color #c10aaf

%0
%95
%9
%24

Triadic Colors of #c10aaf

#c10aaf #afc10a #0aafc1

Analogous Colors of #c10aaf

#c10aaf #c10a54 #780ac1

Monochromatic Colors of #c10aaf

#c10aaf

Complementary Color

#c10aaf #0ac11c

#c10aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10aaf Color CSS Codes

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

#c10aaf Text Font Color

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

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


#c10aaf Background Color

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

This div background color is #c10aaf


#c10aaf Border Color

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

This div border color is #c10aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10aaf


Comments

No comments written yet.

Please login to write comment.