Color Hex Logo

#c506aa Color Hex

#C506AA
(197,6,170)
0 Favorites   0 Comments

Color spaces of #c506aa

RGB 1976170
HSL0.860.940.40
HSV308°97°77°
CMYK 0.000.970.14   0.23
XYZ30.346814.902839.3073
Yxy14.90280.35890.1762
Hunter Lab38.604172.7620-33.3470
CIE-Lab45.500876.6497-36.3722

#c506aa color RGB value is (197,6,170).

#c506aa hex color red value is 197, green value is 6 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c506aa hue: 0.86 , saturation: 0.94 and the lightness value of c506aa is 0.40.

The process color (four color CMYK) of #c506aa color hex is 0.00, 0.97, 0.14, 0.23. Web safe color of #c506aa is #cc0099. Color #c506aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000110 10101010
Octal 305 6 252
Decimal 197 6 170
Hex C5 6 AA

RGB Percentages of Color #c506aa

%52.82
%1.61
%45.58

CMYK Percentages of Color #c506aa

%0
%97
%14
%23

Triadic Colors of #c506aa

#c506aa #aac506 #06aac5

Analogous Colors of #c506aa

#c506aa #c5064a #8106c5

Monochromatic Colors of #c506aa

#c506aa

Complementary Color

#c506aa #06c521

#c506aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c506aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c506aa Color CSS Codes

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

#c506aa Text Font Color

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

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


#c506aa Background Color

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

This div background color is #c506aa


#c506aa Border Color

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

This div border color is #c506aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c506aa


Comments

No comments written yet.

Please login to write comment.