Color Hex Logo

#c46aeb Color Hex

#C46AEB
(196,106,235)
0 Favorites   0 Comments

Color spaces of #c46aeb

RGB 196106235
HSL0.780.760.67
HSV282°55°92°
CMYK 0.170.550.00   0.08
XYZ42.914428.042081.7481
Yxy28.04200.28100.1836
Hunter Lab52.954751.9854-54.4598
CIE-Lab59.926756.3119-50.8677

#c46aeb color RGB value is (196,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101010 11101011
Octal 304 152 353
Decimal 196 106 235
Hex C4 6A EB

RGB Percentages of Color #c46aeb

%36.50
%19.74
%43.76

CMYK Percentages of Color #c46aeb

%17
%55
%0
%8

Triadic Colors of #c46aeb

#c46aeb #ebc46a #6aebc4

Analogous Colors of #c46aeb

#c46aeb #eb6ad2 #846aeb

Monochromatic Colors of #c46aeb

#c46aeb

Complementary Color

#c46aeb #91eb6a

#c46aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46aeb Color CSS Codes

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

#c46aeb Text Font Color

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

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


#c46aeb Background Color

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

This div background color is #c46aeb


#c46aeb Border Color

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

This div border color is #c46aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46aeb


Comments

No comments written yet.

Please login to write comment.