Color Hex Logo

#c630aa Color Hex

#C630AA
(198,48,170)
0 Favorites   0 Comments

Color spaces of #c630aa

RGB 19848170
HSL0.860.610.48
HSV311°76°78°
CMYK 0.000.760.14   0.22
XYZ31.601417.022039.6502
Yxy17.02200.35800.1928
Hunter Lab41.257764.5212-28.0995
CIE-Lab48.287769.2828-31.9800

#c630aa color RGB value is (198,48,170).

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

The process color (four color CMYK) of #c630aa color hex is 0.00, 0.76, 0.14, 0.22. Web safe color of #c630aa is #cc3399. Color #c630aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110000 10101010
Octal 306 60 252
Decimal 198 48 170
Hex C6 30 AA

RGB Percentages of Color #c630aa

%47.60
%11.54
%40.87

CMYK Percentages of Color #c630aa

%0
%76
%14
%22

Triadic Colors of #c630aa

#c630aa #aac630 #30aac6

Analogous Colors of #c630aa

#c630aa #c6305f #9730c6

Monochromatic Colors of #c630aa

#c630aa

Complementary Color

#c630aa #30c64c

#c630aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c630aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c630aa Color CSS Codes

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

#c630aa Text Font Color

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

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


#c630aa Background Color

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

This div background color is #c630aa


#c630aa Border Color

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

This div border color is #c630aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c630aa


Comments

No comments written yet.

Please login to write comment.