Color Hex Logo

#c597da Color Hex

#C597DA
(197,151,218)
0 Favorites   0 Comments

Color spaces of #c597da

RGB 197151218
HSL0.780.480.72
HSV281°31°85°
CMYK 0.100.310.00   0.15
XYZ46.747539.065571.4062
Yxy39.06550.29730.2485
Hunter Lab62.502424.1265-23.9845
CIE-Lab68.798729.1668-27.5576

#c597da color RGB value is (197,151,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 11011010
Octal 305 227 332
Decimal 197 151 218
Hex C5 97 DA

RGB Percentages of Color #c597da

%34.81
%26.68
%38.52

CMYK Percentages of Color #c597da

%10
%31
%0
%15

Triadic Colors of #c597da

#c597da #dac597 #97dac5

Analogous Colors of #c597da

#c597da #da97ce #a497da

Monochromatic Colors of #c597da

#c597da

Complementary Color

#c597da #acda97

#c597da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c597da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c597da Color CSS Codes

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

#c597da Text Font Color

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

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


#c597da Background Color

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

This div background color is #c597da


#c597da Border Color

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

This div border color is #c597da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c597da


Comments

No comments written yet.

Please login to write comment.