Color Hex Logo

#c906ab Color Hex

#C906AB
(201,6,171)
0 Favorites   0 Comments

Color spaces of #c906ab

RGB 2016171
HSL0.860.940.41
HSV309°97°79°
CMYK 0.000.970.15   0.21
XYZ31.503215.488039.8572
Yxy15.48800.36270.1783
Hunter Lab39.354874.0169-32.4985
CIE-Lab46.295577.5111-35.6630

#c906ab color RGB value is (201,6,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000110 10101011
Octal 311 6 253
Decimal 201 6 171
Hex C9 6 AB

RGB Percentages of Color #c906ab

%53.17
%1.59
%45.24

CMYK Percentages of Color #c906ab

%0
%97
%15
%21

Triadic Colors of #c906ab

#c906ab #abc906 #06abc9

Analogous Colors of #c906ab

#c906ab #c90649 #8606c9

Monochromatic Colors of #c906ab

#c906ab

Complementary Color

#c906ab #06c924

#c906ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c906ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c906ab Color CSS Codes

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

#c906ab Text Font Color

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

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


#c906ab Background Color

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

This div background color is #c906ab


#c906ab Border Color

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

This div border color is #c906ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c906ab


Comments

No comments written yet.

Please login to write comment.