Color Hex Logo

#c36dae Color Hex

#C36DAE
(195,109,174)
0 Favorites   0 Comments

Color spaces of #c36dae

RGB 195109174
HSL0.870.420.60
HSV315°44°76°
CMYK 0.000.440.11   0.24
XYZ35.614325.595443.1077
Yxy25.59540.34140.2454
Hunter Lab50.591937.1197-15.1047
CIE-Lab57.651043.0057-19.8726

#c36dae color RGB value is (195,109,174).

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

The process color (four color CMYK) of #c36dae color hex is 0.00, 0.44, 0.11, 0.24. Web safe color of #c36dae is #cc6699. Color #c36dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101101 10101110
Octal 303 155 256
Decimal 195 109 174
Hex C3 6D AE

RGB Percentages of Color #c36dae

%40.79
%22.80
%36.40

CMYK Percentages of Color #c36dae

%0
%44
%11
%24

Triadic Colors of #c36dae

#c36dae #aec36d #6daec3

Analogous Colors of #c36dae

#c36dae #c36d83 #ad6dc3

Monochromatic Colors of #c36dae

#c36dae

Complementary Color

#c36dae #6dc382

#c36dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36dae Color CSS Codes

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

#c36dae Text Font Color

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

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


#c36dae Background Color

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

This div background color is #c36dae


#c36dae Border Color

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

This div border color is #c36dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36dae


Comments

No comments written yet.

Please login to write comment.