Color Hex Logo

#c634aa Color Hex

#C634AA
(198,52,170)
0 Favorites   0 Comments

Color spaces of #c634aa

RGB 19852170
HSL0.870.580.49
HSV312°74°78°
CMYK 0.000.740.14   0.22
XYZ31.772417.364039.7072
Yxy17.36400.35760.1954
Hunter Lab41.670163.1789-27.3280
CIE-Lab48.715468.0630-31.3110

#c634aa color RGB value is (198,52,170).

#c634aa hex color red value is 198, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c634aa hue: 0.87 , saturation: 0.58 and the lightness value of c634aa is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 10101010
Octal 306 64 252
Decimal 198 52 170
Hex C6 34 AA

RGB Percentages of Color #c634aa

%47.14
%12.38
%40.48

CMYK Percentages of Color #c634aa

%0
%74
%14
%22

Triadic Colors of #c634aa

#c634aa #aac634 #34aac6

Analogous Colors of #c634aa

#c634aa #c63461 #9934c6

Monochromatic Colors of #c634aa

#c634aa

Complementary Color

#c634aa #34c650

#c634aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c634aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c634aa Color CSS Codes

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

#c634aa Text Font Color

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

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


#c634aa Background Color

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

This div background color is #c634aa


#c634aa Border Color

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

This div border color is #c634aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c634aa


Comments

No comments written yet.

Please login to write comment.