Color Hex Logo

#c597db Color Hex

#C597DB
(197,151,219)
0 Favorites   0 Comments

Color spaces of #c597db

RGB 197151219
HSL0.780.490.73
HSV281°31°86°
CMYK 0.100.310.00   0.14
XYZ46.878739.118072.0976
Yxy39.11800.29650.2474
Hunter Lab62.544424.3379-24.5651
CIE-Lab68.836729.3720-28.0511

#c597db color RGB value is (197,151,219).

#c597db hex color red value is 197, green value is 151 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c597db hue: 0.78 , saturation: 0.49 and the lightness value of c597db is 0.73.

The process color (four color CMYK) of #c597db color hex is 0.10, 0.31, 0.00, 0.14. Web safe color of #c597db is #cc99cc. Color #c597db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 11011011
Octal 305 227 333
Decimal 197 151 219
Hex C5 97 DB

RGB Percentages of Color #c597db

%34.74
%26.63
%38.62

CMYK Percentages of Color #c597db

%10
%31
%0
%14

Triadic Colors of #c597db

#c597db #dbc597 #97dbc5

Analogous Colors of #c597db

#c597db #db97cf #a397db

Monochromatic Colors of #c597db

#c597db

Complementary Color

#c597db #addb97

#c597db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c597db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c597db Color CSS Codes

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

#c597db Text Font Color

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

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


#c597db Background Color

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

This div background color is #c597db


#c597db Border Color

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

This div border color is #c597db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,151,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c597db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c597db


Comments

No comments written yet.

Please login to write comment.