Color Hex Logo

#c537ab Color Hex

#C537AB
(197,55,171)
0 Favorites   0 Comments

Color spaces of #c537ab

RGB 19755171
HSL0.860.560.49
HSV311°72°77°
CMYK 0.000.720.13   0.23
XYZ31.742817.543040.2412
Yxy17.54300.35460.1960
Hunter Lab41.884461.9817-27.6449
CIE-Lab48.937166.9999-31.5666

#c537ab color RGB value is (197,55,171).

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

The process color (four color CMYK) of #c537ab color hex is 0.00, 0.72, 0.13, 0.23. Web safe color of #c537ab is #cc3399. Color #c537ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110111 10101011
Octal 305 67 253
Decimal 197 55 171
Hex C5 37 AB

RGB Percentages of Color #c537ab

%46.57
%13.00
%40.43

CMYK Percentages of Color #c537ab

%0
%72
%13
%23

Triadic Colors of #c537ab

#c537ab #abc537 #37abc5

Analogous Colors of #c537ab

#c537ab #c53764 #9837c5

Monochromatic Colors of #c537ab

#c537ab

Complementary Color

#c537ab #37c551

#c537ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c537ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c537ab Color CSS Codes

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

#c537ab Text Font Color

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

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


#c537ab Background Color

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

This div background color is #c537ab


#c537ab Border Color

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

This div border color is #c537ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c537ab


Comments

No comments written yet.

Please login to write comment.