Color Hex Logo

#c597ab Color Hex

#C597AB
(197,151,171)
0 Favorites   0 Comments

Color spaces of #c597ab

RGB 197151171
HSL0.930.280.68
HSV334°23°77°
CMYK 0.000.230.13   0.23
XYZ41.443336.943843.4746
Yxy36.94380.34010.3032
Hunter Lab60.781415.34130.1391
CIE-Lab67.234820.3770-3.7642

#c597ab color RGB value is (197,151,171).

#c597ab hex color red value is 197, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c597ab hue: 0.93 , saturation: 0.28 and the lightness value of c597ab is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 10101011
Octal 305 227 253
Decimal 197 151 171
Hex C5 97 AB

RGB Percentages of Color #c597ab

%37.96
%29.09
%32.95

CMYK Percentages of Color #c597ab

%0
%23
%13
%23

Triadic Colors of #c597ab

#c597ab #abc597 #97abc5

Analogous Colors of #c597ab

#c597ab #c59a97 #c597c2

Monochromatic Colors of #c597ab

#c597ab

Complementary Color

#c597ab #97c5b1

#c597ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c597ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c597ab Color CSS Codes

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

#c597ab Text Font Color

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

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


#c597ab Background Color

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

This div background color is #c597ab


#c597ab Border Color

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

This div border color is #c597ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c597ab


Comments

No comments written yet.

Please login to write comment.