Color Hex Logo

#c597ec Color Hex

#C597EC
(197,151,236)
0 Favorites   0 Comments

Color spaces of #c597ec

RGB 197151236
HSL0.760.690.76
HSV272°36°93°
CMYK 0.170.360.00   0.07
XYZ49.232940.059784.4943
Yxy40.05970.28330.2305
Hunter Lab63.292728.0858-34.8458
CIE-Lab69.512032.9662-36.3543

#c597ec color RGB value is (197,151,236).

#c597ec hex color red value is 197, green value is 151 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c597ec hue: 0.76 , saturation: 0.69 and the lightness value of c597ec is 0.76.

The process color (four color CMYK) of #c597ec color hex is 0.17, 0.36, 0.00, 0.07. Web safe color of #c597ec is #cc99ff. Color #c597ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010111 11101100
Octal 305 227 354
Decimal 197 151 236
Hex C5 97 EC

RGB Percentages of Color #c597ec

%33.73
%25.86
%40.41

CMYK Percentages of Color #c597ec

%17
%36
%0
%7

Triadic Colors of #c597ec

#c597ec #ecc597 #97ecc5

Analogous Colors of #c597ec

#c597ec #ec97e9 #9b97ec

Monochromatic Colors of #c597ec

#c597ec

Complementary Color

#c597ec #beec97

#c597ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c597ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c597ec Color CSS Codes

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

#c597ec Text Font Color

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

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


#c597ec Background Color

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

This div background color is #c597ec


#c597ec Border Color

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

This div border color is #c597ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c597ec


Comments

No comments written yet.

Please login to write comment.