Color Hex Logo

#c36aec Color Hex

#C36AEC
(195,106,236)
0 Favorites   0 Comments

Color spaces of #c36aec

RGB 195106236
HSL0.780.770.67
HSV281°55°93°
CMYK 0.170.550.00   0.07
XYZ42.800027.966382.4991
Yxy27.96630.27930.1825
Hunter Lab52.883251.9201-55.4757
CIE-Lab59.858356.2655-51.5405

#c36aec color RGB value is (195,106,236).

#c36aec hex color red value is 195, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c36aec hue: 0.78 , saturation: 0.77 and the lightness value of c36aec is 0.67.

The process color (four color CMYK) of #c36aec color hex is 0.17, 0.55, 0.00, 0.07. Web safe color of #c36aec is #cc66ff. Color #c36aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101010 11101100
Octal 303 152 354
Decimal 195 106 236
Hex C3 6A EC

RGB Percentages of Color #c36aec

%36.31
%19.74
%43.95

CMYK Percentages of Color #c36aec

%17
%55
%0
%7

Triadic Colors of #c36aec

#c36aec #ecc36a #6aecc3

Analogous Colors of #c36aec

#c36aec #ec6ad4 #826aec

Monochromatic Colors of #c36aec

#c36aec

Complementary Color

#c36aec #93ec6a

#c36aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36aec Color CSS Codes

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

#c36aec Text Font Color

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

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


#c36aec Background Color

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

This div background color is #c36aec


#c36aec Border Color

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

This div border color is #c36aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36aec


Comments

No comments written yet.

Please login to write comment.