Color Hex Logo

#c906ac Color Hex

#C906AC
(201,6,172)
0 Favorites   0 Comments

Color spaces of #c906ac

RGB 2016172
HSL0.860.940.41
HSV309°97°79°
CMYK 0.000.970.14   0.21
XYZ31.598915.526340.3612
Yxy15.52630.36120.1775
Hunter Lab39.403474.1890-33.1488
CIE-Lab46.346877.6400-36.1751

#c906ac color RGB value is (201,6,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000110 10101100
Octal 311 6 254
Decimal 201 6 172
Hex C9 6 AC

RGB Percentages of Color #c906ac

%53.03
%1.58
%45.38

CMYK Percentages of Color #c906ac

%0
%97
%14
%21

Triadic Colors of #c906ac

#c906ac #acc906 #06acc9

Analogous Colors of #c906ac

#c906ac #c9064a #8506c9

Monochromatic Colors of #c906ac

#c906ac

Complementary Color

#c906ac #06c923

#c906ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c906ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c906ac Color CSS Codes

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

#c906ac Text Font Color

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

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


#c906ac Background Color

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

This div background color is #c906ac


#c906ac Border Color

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

This div border color is #c906ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,6,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c906ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c906ac


Comments

No comments written yet.

Please login to write comment.