Color Hex Logo

#c59cec Color Hex

#C59CEC
(197,156,236)
0 Favorites   0 Comments

Color spaces of #c59cec

RGB 197156236
HSL0.750.680.77
HSV271°34°93°
CMYK 0.170.340.00   0.07
XYZ50.054741.703484.7683
Yxy41.70340.28360.2362
Hunter Lab64.578225.3440-32.6221
CIE-Lab70.665930.2143-34.5632

#c59cec color RGB value is (197,156,236).

#c59cec hex color red value is 197, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c59cec hue: 0.75 , saturation: 0.68 and the lightness value of c59cec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011100 11101100
Octal 305 234 354
Decimal 197 156 236
Hex C5 9C EC

RGB Percentages of Color #c59cec

%33.45
%26.49
%40.07

CMYK Percentages of Color #c59cec

%17
%34
%0
%7

Triadic Colors of #c59cec

#c59cec #ecc59c #9cecc5

Analogous Colors of #c59cec

#c59cec #ec9ceb #9d9cec

Monochromatic Colors of #c59cec

#c59cec

Complementary Color

#c59cec #c3ec9c

#c59cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59cec Color CSS Codes

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

#c59cec Text Font Color

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

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


#c59cec Background Color

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

This div background color is #c59cec


#c59cec Border Color

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

This div border color is #c59cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59cec


Comments

No comments written yet.

Please login to write comment.