Color Hex Logo

#c59cc3 Color Hex

#C59CC3
(197,156,195)
0 Favorites   0 Comments

Color spaces of #c59cc3

RGB 197156195
HSL0.840.260.69
HSV303°21°77°
CMYK 0.000.210.01   0.23
XYZ44.764839.587456.9115
Yxy39.58740.31690.2802
Hunter Lab62.918516.8904-9.5864
CIE-Lab69.174621.8857-14.2525

#c59cc3 color RGB value is (197,156,195).

#c59cc3 hex color red value is 197, green value is 156 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #c59cc3 hue: 0.84 , saturation: 0.26 and the lightness value of c59cc3 is 0.69.

The process color (four color CMYK) of #c59cc3 color hex is 0.00, 0.21, 0.01, 0.23. Web safe color of #c59cc3 is #cc99cc. Color #c59cc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011100 11000011
Octal 305 234 303
Decimal 197 156 195
Hex C5 9C C3

RGB Percentages of Color #c59cc3

%35.95
%28.47
%35.58

CMYK Percentages of Color #c59cc3

%0
%21
%1
%23

Triadic Colors of #c59cc3

#c59cc3 #c3c59c #9cc3c5

Analogous Colors of #c59cc3

#c59cc3 #c59caf #b39cc5

Monochromatic Colors of #c59cc3

#c59cc3

Complementary Color

#c59cc3 #9cc59e

#c59cc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59cc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59cc3 Color CSS Codes

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

#c59cc3 Text Font Color

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

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


#c59cc3 Background Color

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

This div background color is #c59cc3


#c59cc3 Border Color

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

This div border color is #c59cc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59cc3


Comments

No comments written yet.

Please login to write comment.