Color Hex Logo

#c906aa Color Hex

#C906AA
(201,6,170)
0 Favorites   0 Comments

Color spaces of #c906aa

RGB 2016170
HSL0.860.940.41
HSV310°97°79°
CMYK 0.000.970.15   0.21
XYZ31.408215.450039.3570
Yxy15.45000.36430.1792
Hunter Lab39.306573.8457-31.8517
CIE-Lab46.244577.3827-35.1499

#c906aa color RGB value is (201,6,170).

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

The process color (four color CMYK) of #c906aa color hex is 0.00, 0.97, 0.15, 0.21. Web safe color of #c906aa is #cc0099. Color #c906aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000110 10101010
Octal 311 6 252
Decimal 201 6 170
Hex C9 6 AA

RGB Percentages of Color #c906aa

%53.32
%1.59
%45.09

CMYK Percentages of Color #c906aa

%0
%97
%15
%21

Triadic Colors of #c906aa

#c906aa #aac906 #06aac9

Analogous Colors of #c906aa

#c906aa #c90648 #8706c9

Monochromatic Colors of #c906aa

#c906aa

Complementary Color

#c906aa #06c925

#c906aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c906aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c906aa Color CSS Codes

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

#c906aa Text Font Color

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

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


#c906aa Background Color

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

This div background color is #c906aa


#c906aa Border Color

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

This div border color is #c906aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c906aa


Comments

No comments written yet.

Please login to write comment.