Color Hex Logo

#c137ab Color Hex

#C137AB
(193,55,171)
0 Favorites   0 Comments

Color spaces of #c137ab

RGB 19355171
HSL0.860.560.49
HSV310°72°76°
CMYK 0.000.720.11   0.24
XYZ30.709217.010140.1928
Yxy17.01010.34930.1935
Hunter Lab41.243360.7329-28.9095
CIE-Lab48.272866.0564-32.6543

#c137ab color RGB value is (193,55,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 10101011
Octal 301 67 253
Decimal 193 55 171
Hex C1 37 AB

RGB Percentages of Color #c137ab

%46.06
%13.13
%40.81

CMYK Percentages of Color #c137ab

%0
%72
%11
%24

Triadic Colors of #c137ab

#c137ab #abc137 #37abc1

Analogous Colors of #c137ab

#c137ab #c13766 #9237c1

Monochromatic Colors of #c137ab

#c137ab

Complementary Color

#c137ab #37c14d

#c137ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c137ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c137ab Color CSS Codes

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

#c137ab Text Font Color

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

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


#c137ab Background Color

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

This div background color is #c137ab


#c137ab Border Color

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

This div border color is #c137ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c137ab


Comments

No comments written yet.

Please login to write comment.