Color Hex Logo

#c16aeb Color Hex

#C16AEB
(193,106,235)
0 Favorites   0 Comments

Color spaces of #c16aeb

RGB 193106235
HSL0.780.760.67
HSV280°55°92°
CMYK 0.180.550.00   0.08
XYZ42.141727.643781.7119
Yxy27.64370.27820.1825
Hunter Lab52.577351.0610-55.3402
CIE-Lab59.565555.5526-51.4636

#c16aeb color RGB value is (193,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101010 11101011
Octal 301 152 353
Decimal 193 106 235
Hex C1 6A EB

RGB Percentages of Color #c16aeb

%36.14
%19.85
%44.01

CMYK Percentages of Color #c16aeb

%18
%55
%0
%8

Triadic Colors of #c16aeb

#c16aeb #ebc16a #6aebc1

Analogous Colors of #c16aeb

#c16aeb #eb6ad5 #816aeb

Monochromatic Colors of #c16aeb

#c16aeb

Complementary Color

#c16aeb #94eb6a

#c16aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16aeb Color CSS Codes

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

#c16aeb Text Font Color

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

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


#c16aeb Background Color

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

This div background color is #c16aeb


#c16aeb Border Color

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

This div border color is #c16aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,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 #c16aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16aeb


Comments

No comments written yet.

Please login to write comment.