Color Hex Logo

#c603aa Color Hex

#C603AA
(198,3,170)
0 Favorites   0 Comments

Color spaces of #c603aa

RGB 1983170
HSL0.860.970.39
HSV309°98°78°
CMYK 0.000.980.14   0.22
XYZ30.577014.973239.3087
Yxy14.97320.36030.1764
Hunter Lab38.695273.3342-33.1433
CIE-Lab45.597577.0948-36.2072

#c603aa color RGB value is (198,3,170).

#c603aa hex color red value is 198, green value is 3 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c603aa hue: 0.86 , saturation: 0.97 and the lightness value of c603aa is 0.39.

The process color (four color CMYK) of #c603aa color hex is 0.00, 0.98, 0.14, 0.22. Web safe color of #c603aa is #cc0099. Color #c603aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 10101010
Octal 306 3 252
Decimal 198 3 170
Hex C6 3 AA

RGB Percentages of Color #c603aa

%53.37
%0.81
%45.82

CMYK Percentages of Color #c603aa

%0
%98
%14
%22

Triadic Colors of #c603aa

#c603aa #aac603 #03aac6

Analogous Colors of #c603aa

#c603aa #c60349 #8103c6

Monochromatic Colors of #c603aa

#c603aa

Complementary Color

#c603aa #03c61f

#c603aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c603aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c603aa Color CSS Codes

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

#c603aa Text Font Color

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

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


#c603aa Background Color

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

This div background color is #c603aa


#c603aa Border Color

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

This div border color is #c603aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c603aa


Comments

No comments written yet.

Please login to write comment.