Color Hex Logo

#c36ccc Color Hex

#C36CCC
(195,108,204)
0 Favorites   0 Comments

Color spaces of #c36ccc

RGB 195108204
HSL0.820.480.61
HSV294°47°80°
CMYK 0.040.470.00   0.20
XYZ38.767326.686960.2346
Yxy26.68690.30840.2123
Hunter Lab51.659443.5498-32.9703
CIE-Lab58.683448.8939-35.4174

#c36ccc color RGB value is (195,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101100 11001100
Octal 303 154 314
Decimal 195 108 204
Hex C3 6C CC

RGB Percentages of Color #c36ccc

%38.46
%21.30
%40.24

CMYK Percentages of Color #c36ccc

%4
%47
%0
%20

Triadic Colors of #c36ccc

#c36ccc #ccc36c #6cccc3

Analogous Colors of #c36ccc

#c36ccc #cc6ca5 #936ccc

Monochromatic Colors of #c36ccc

#c36ccc

Complementary Color

#c36ccc #75cc6c

#c36ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36ccc Color CSS Codes

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

#c36ccc Text Font Color

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

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


#c36ccc Background Color

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

This div background color is #c36ccc


#c36ccc Border Color

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

This div border color is #c36ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36ccc


Comments

No comments written yet.

Please login to write comment.