Color Hex Logo

#c91aab Color Hex

#C91AAB
(201,26,171)
0 Favorites   0 Comments

Color spaces of #c91aab

RGB 20126171
HSL0.860.770.45
HSV310°87°79°
CMYK 0.000.870.15   0.21
XYZ31.807516.096639.9586
Yxy16.09660.36200.1832
Hunter Lab40.120671.3034-30.9662
CIE-Lab47.101075.1496-34.3955

#c91aab color RGB value is (201,26,171).

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

The process color (four color CMYK) of #c91aab color hex is 0.00, 0.87, 0.15, 0.21. Web safe color of #c91aab is #cc3399. Color #c91aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011010 10101011
Octal 311 32 253
Decimal 201 26 171
Hex C9 1A AB

RGB Percentages of Color #c91aab

%50.50
%6.53
%42.96

CMYK Percentages of Color #c91aab

%0
%87
%15
%21

Triadic Colors of #c91aab

#c91aab #abc91a #1aabc9

Analogous Colors of #c91aab

#c91aab #c91a53 #901ac9

Monochromatic Colors of #c91aab

#c91aab

Complementary Color

#c91aab #1ac938

#c91aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91aab Color CSS Codes

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

#c91aab Text Font Color

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

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


#c91aab Background Color

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

This div background color is #c91aab


#c91aab Border Color

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

This div border color is #c91aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91aab


Comments

No comments written yet.

Please login to write comment.