Color Hex Logo

#c36caa Color Hex

#C36CAA
(195,108,170)
0 Favorites   0 Comments

Color spaces of #c36caa

RGB 195108170
HSL0.880.420.59
HSV317°45°76°
CMYK 0.000.450.13   0.24
XYZ35.123925.229541.0488
Yxy25.22950.34640.2488
Hunter Lab50.229036.9200-13.2935
CIE-Lab57.298442.8635-18.1043

#c36caa color RGB value is (195,108,170).

#c36caa hex color red value is 195, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c36caa hue: 0.88 , saturation: 0.42 and the lightness value of c36caa is 0.59.

The process color (four color CMYK) of #c36caa color hex is 0.00, 0.45, 0.13, 0.24. Web safe color of #c36caa is #cc6699. Color #c36caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101100 10101010
Octal 303 154 252
Decimal 195 108 170
Hex C3 6C AA

RGB Percentages of Color #c36caa

%41.23
%22.83
%35.94

CMYK Percentages of Color #c36caa

%0
%45
%13
%24

Triadic Colors of #c36caa

#c36caa #aac36c #6caac3

Analogous Colors of #c36caa

#c36caa #c36c7f #b16cc3

Monochromatic Colors of #c36caa

#c36caa

Complementary Color

#c36caa #6cc385

#c36caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36caa Color CSS Codes

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

#c36caa Text Font Color

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

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


#c36caa Background Color

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

This div background color is #c36caa


#c36caa Border Color

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

This div border color is #c36caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36caa


Comments

No comments written yet.

Please login to write comment.