Color Hex Logo

#c131ab Color Hex

#C131AB
(193,49,171)
0 Favorites   0 Comments

Color spaces of #c131ab

RGB 19349171
HSL0.860.600.47
HSV309°75°76°
CMYK 0.000.750.11   0.24
XYZ30.441316.474440.1035
Yxy16.47440.34980.1893
Hunter Lab40.588762.8439-30.1692
CIE-Lab47.590867.9952-33.7237

#c131ab color RGB value is (193,49,171).

#c131ab hex color red value is 193, green value is 49 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c131ab hue: 0.86 , saturation: 0.60 and the lightness value of c131ab is 0.47.

The process color (four color CMYK) of #c131ab color hex is 0.00, 0.75, 0.11, 0.24. Web safe color of #c131ab is #cc3399. Color #c131ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 10101011
Octal 301 61 253
Decimal 193 49 171
Hex C1 31 AB

RGB Percentages of Color #c131ab

%46.73
%11.86
%41.40

CMYK Percentages of Color #c131ab

%0
%75
%11
%24

Triadic Colors of #c131ab

#c131ab #abc131 #31abc1

Analogous Colors of #c131ab

#c131ab #c13163 #8f31c1

Monochromatic Colors of #c131ab

#c131ab

Complementary Color

#c131ab #31c147

#c131ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c131ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c131ab Color CSS Codes

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

#c131ab Text Font Color

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

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


#c131ab Background Color

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

This div background color is #c131ab


#c131ab Border Color

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

This div border color is #c131ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c131ab


Comments

No comments written yet.

Please login to write comment.