Color Hex Logo

#c36aeb Color Hex

#C36AEB
(195,106,235)
0 Favorites   0 Comments

Color spaces of #c36aeb

RGB 195106235
HSL0.780.760.67
HSV281°55°92°
CMYK 0.170.550.00   0.08
XYZ42.655127.908381.7359
Yxy27.90830.28010.1832
Hunter Lab52.828351.6765-54.7536
CIE-Lab59.805856.0587-51.0670

#c36aeb color RGB value is (195,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101010 11101011
Octal 303 152 353
Decimal 195 106 235
Hex C3 6A EB

RGB Percentages of Color #c36aeb

%36.38
%19.78
%43.84

CMYK Percentages of Color #c36aeb

%17
%55
%0
%8

Triadic Colors of #c36aeb

#c36aeb #ebc36a #6aebc3

Analogous Colors of #c36aeb

#c36aeb #eb6ad3 #836aeb

Monochromatic Colors of #c36aeb

#c36aeb

Complementary Color

#c36aeb #92eb6a

#c36aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36aeb Color CSS Codes

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

#c36aeb Text Font Color

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

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


#c36aeb Background Color

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

This div background color is #c36aeb


#c36aeb Border Color

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

This div border color is #c36aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36aeb


Comments

No comments written yet.

Please login to write comment.