Color Hex Logo

#c931ab Color Hex

#C931AB
(201,49,171)
0 Favorites   0 Comments

Color spaces of #c931ab

RGB 20149171
HSL0.870.610.49
HSV312°76°79°
CMYK 0.000.760.15   0.21
XYZ32.536417.554440.2016
Yxy17.55440.36030.1944
Hunter Lab41.898065.2950-27.5609
CIE-Lab48.951169.8065-31.4952

#c931ab color RGB value is (201,49,171).

#c931ab hex color red value is 201, green value is 49 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c931ab hue: 0.87 , saturation: 0.61 and the lightness value of c931ab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110001 10101011
Octal 311 61 253
Decimal 201 49 171
Hex C9 31 AB

RGB Percentages of Color #c931ab

%47.74
%11.64
%40.62

CMYK Percentages of Color #c931ab

%0
%76
%15
%21

Triadic Colors of #c931ab

#c931ab #abc931 #31abc9

Analogous Colors of #c931ab

#c931ab #c9315f #9b31c9

Monochromatic Colors of #c931ab

#c931ab

Complementary Color

#c931ab #31c94f

#c931ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c931ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c931ab Color CSS Codes

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

#c931ab Text Font Color

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

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


#c931ab Background Color

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

This div background color is #c931ab


#c931ab Border Color

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

This div border color is #c931ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c931ab


Comments

No comments written yet.

Please login to write comment.