Color Hex Logo

#c597de Color Hex

#C597DE
(197,151,222)
0 Favorites   0 Comments

Color spaces of #c597de

RGB 197151222
HSL0.770.520.73
HSV279°32°87°
CMYK 0.110.320.00   0.13
XYZ47.277439.277574.1968
Yxy39.27750.29410.2443
Hunter Lab62.671824.9786-26.3229
CIE-Lab68.951829.9925-29.5283

#c597de color RGB value is (197,151,222).

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

The process color (four color CMYK) of #c597de color hex is 0.11, 0.32, 0.00, 0.13. Web safe color of #c597de is #cc99cc. Color #c597de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 11011110
Octal 305 227 336
Decimal 197 151 222
Hex C5 97 DE

RGB Percentages of Color #c597de

%34.56
%26.49
%38.95

CMYK Percentages of Color #c597de

%11
%32
%0
%13

Triadic Colors of #c597de

#c597de #dec597 #97dec5

Analogous Colors of #c597de

#c597de #de97d4 #a297de

Monochromatic Colors of #c597de

#c597de

Complementary Color

#c597de #b0de97

#c597de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c597de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c597de Color CSS Codes

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

#c597de Text Font Color

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

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


#c597de Background Color

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

This div background color is #c597de


#c597de Border Color

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

This div border color is #c597de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c597de


Comments

No comments written yet.

Please login to write comment.