Color Hex Logo

#c36dcc Color Hex

#C36DCC
(195,109,204)
0 Favorites   0 Comments

Color spaces of #c36dcc

RGB 195109204
HSL0.820.480.61
HSV294°47°80°
CMYK 0.040.470.00   0.20
XYZ38.873426.899060.2699
Yxy26.89900.30840.2134
Hunter Lab51.864243.0273-32.5942
CIE-Lab58.880748.3813-35.1093

#c36dcc color RGB value is (195,109,204).

#c36dcc hex color red value is 195, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c36dcc hue: 0.82 , saturation: 0.48 and the lightness value of c36dcc is 0.61.

The process color (four color CMYK) of #c36dcc color hex is 0.04, 0.47, 0.00, 0.20. Web safe color of #c36dcc is #cc66cc. Color #c36dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101101 11001100
Octal 303 155 314
Decimal 195 109 204
Hex C3 6D CC

RGB Percentages of Color #c36dcc

%38.39
%21.46
%40.16

CMYK Percentages of Color #c36dcc

%4
%47
%0
%20

Triadic Colors of #c36dcc

#c36dcc #ccc36d #6dccc3

Analogous Colors of #c36dcc

#c36dcc #cc6da6 #946dcc

Monochromatic Colors of #c36dcc

#c36dcc

Complementary Color

#c36dcc #76cc6d

#c36dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36dcc Color CSS Codes

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

#c36dcc Text Font Color

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

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


#c36dcc Background Color

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

This div background color is #c36dcc


#c36dcc Border Color

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

This div border color is #c36dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36dcc


Comments

No comments written yet.

Please login to write comment.