Color Hex Logo

#c36adc Color Hex

#C36ADC
(195,106,220)
0 Favorites   0 Comments

Color spaces of #c36adc

RGB 195106220
HSL0.800.620.64
HSV287°52°86°
CMYK 0.110.520.00   0.14
XYZ40.578027.077570.7979
Yxy27.07750.29310.1956
Hunter Lab52.036048.1322-44.2421
CIE-Lab59.046053.0164-43.8777

#c36adc color RGB value is (195,106,220).

#c36adc hex color red value is 195, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c36adc hue: 0.80 , saturation: 0.62 and the lightness value of c36adc is 0.64.

The process color (four color CMYK) of #c36adc color hex is 0.11, 0.52, 0.00, 0.14. Web safe color of #c36adc is #cc66cc. Color #c36adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101010 11011100
Octal 303 152 334
Decimal 195 106 220
Hex C3 6A DC

RGB Percentages of Color #c36adc

%37.43
%20.35
%42.23

CMYK Percentages of Color #c36adc

%11
%52
%0
%14

Triadic Colors of #c36adc

#c36adc #dcc36a #6adcc3

Analogous Colors of #c36adc

#c36adc #dc6abc #8a6adc

Monochromatic Colors of #c36adc

#c36adc

Complementary Color

#c36adc #83dc6a

#c36adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36adc Color CSS Codes

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

#c36adc Text Font Color

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

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


#c36adc Background Color

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

This div background color is #c36adc


#c36adc Border Color

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

This div border color is #c36adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36adc


Comments

No comments written yet.

Please login to write comment.