Color Hex Logo

#c36caf Color Hex

#C36CAF
(195,108,175)
0 Favorites   0 Comments

Color spaces of #c36caf

RGB 195108175
HSL0.870.420.59
HSV314°45°76°
CMYK 0.000.450.10   0.24
XYZ35.606125.422443.5878
Yxy25.42240.34030.2430
Hunter Lab50.420637.8172-15.9608
CIE-Lab57.484743.6949-20.7025

#c36caf color RGB value is (195,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101100 10101111
Octal 303 154 257
Decimal 195 108 175
Hex C3 6C AF

RGB Percentages of Color #c36caf

%40.79
%22.59
%36.61

CMYK Percentages of Color #c36caf

%0
%45
%10
%24

Triadic Colors of #c36caf

#c36caf #afc36c #6cafc3

Analogous Colors of #c36caf

#c36caf #c36c84 #ac6cc3

Monochromatic Colors of #c36caf

#c36caf

Complementary Color

#c36caf #6cc380

#c36caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36caf Color CSS Codes

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

#c36caf Text Font Color

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

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


#c36caf Background Color

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

This div background color is #c36caf


#c36caf Border Color

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

This div border color is #c36caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36caf


Comments

No comments written yet.

Please login to write comment.