Color Hex Logo

#c63aaf Color Hex

#C63AAF
(198,58,175)
0 Favorites   0 Comments

Color spaces of #c63aaf

RGB 19858175
HSL0.860.550.50
HSV310°71°78°
CMYK 0.000.710.12   0.22
XYZ32.539618.127042.3413
Yxy18.12700.34990.1949
Hunter Lab42.575861.9153-29.1604
CIE-Lab49.649866.8065-32.7923

#c63aaf color RGB value is (198,58,175).

#c63aaf hex color red value is 198, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c63aaf hue: 0.86 , saturation: 0.55 and the lightness value of c63aaf is 0.50.

The process color (four color CMYK) of #c63aaf color hex is 0.00, 0.71, 0.12, 0.22. Web safe color of #c63aaf is #cc3399. Color #c63aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111010 10101111
Octal 306 72 257
Decimal 198 58 175
Hex C6 3A AF

RGB Percentages of Color #c63aaf

%45.94
%13.46
%40.60

CMYK Percentages of Color #c63aaf

%0
%71
%12
%22

Triadic Colors of #c63aaf

#c63aaf #afc63a #3aafc6

Analogous Colors of #c63aaf

#c63aaf #c63a69 #973ac6

Monochromatic Colors of #c63aaf

#c63aaf

Complementary Color

#c63aaf #3ac651

#c63aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63aaf Color CSS Codes

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

#c63aaf Text Font Color

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

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


#c63aaf Background Color

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

This div background color is #c63aaf


#c63aaf Border Color

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

This div border color is #c63aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63aaf


Comments

No comments written yet.

Please login to write comment.