Color Hex Logo

#c46ceb Color Hex

#C46CEB
(196,108,235)
0 Favorites   0 Comments

Color spaces of #c46ceb

RGB 196108235
HSL0.780.760.67
HSV282°54°92°
CMYK 0.170.540.00   0.08
XYZ43.122928.459081.8176
Yxy28.45900.28110.1855
Hunter Lab53.347050.9328-53.5895
CIE-Lab60.301255.3178-50.2735

#c46ceb color RGB value is (196,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101100 11101011
Octal 304 154 353
Decimal 196 108 235
Hex C4 6C EB

RGB Percentages of Color #c46ceb

%36.36
%20.04
%43.60

CMYK Percentages of Color #c46ceb

%17
%54
%0
%8

Triadic Colors of #c46ceb

#c46ceb #ebc46c #6cebc4

Analogous Colors of #c46ceb

#c46ceb #eb6cd3 #856ceb

Monochromatic Colors of #c46ceb

#c46ceb

Complementary Color

#c46ceb #93eb6c

#c46ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ceb Color CSS Codes

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

#c46ceb Text Font Color

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

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


#c46ceb Background Color

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

This div background color is #c46ceb


#c46ceb Border Color

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

This div border color is #c46ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46ceb


Comments

No comments written yet.

Please login to write comment.