Color Hex Logo

#c102aa Color Hex

#C102AA
(193,2,170)
0 Favorites   0 Comments

Color spaces of #c102aa

RGB 1932170
HSL0.850.980.38
HSV307°99°76°
CMYK 0.000.990.12   0.24
XYZ29.269714.283239.2444
Yxy14.28320.35350.1725
Hunter Lab37.793172.1052-35.1116
CIE-Lab44.636476.2837-37.7865

#c102aa color RGB value is (193,2,170).

#c102aa hex color red value is 193, green value is 2 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c102aa hue: 0.85 , saturation: 0.98 and the lightness value of c102aa is 0.38.

The process color (four color CMYK) of #c102aa color hex is 0.00, 0.99, 0.12, 0.24. Web safe color of #c102aa is #cc0099. Color #c102aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000010 10101010
Octal 301 2 252
Decimal 193 2 170
Hex C1 2 AA

RGB Percentages of Color #c102aa

%52.88
%0.55
%46.58

CMYK Percentages of Color #c102aa

%0
%99
%12
%24

Triadic Colors of #c102aa

#c102aa #aac102 #02aac1

Analogous Colors of #c102aa

#c102aa #c1024a #7902c1

Monochromatic Colors of #c102aa

#c102aa

Complementary Color

#c102aa #02c119

#c102aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c102aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c102aa Color CSS Codes

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

#c102aa Text Font Color

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

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


#c102aa Background Color

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

This div background color is #c102aa


#c102aa Border Color

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

This div border color is #c102aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c102aa


Comments

No comments written yet.

Please login to write comment.