Color Hex Logo

#c46bce Color Hex

#C46BCE
(196,107,206)
0 Favorites   0 Comments

Color spaces of #c46bce

RGB 196107206
HSL0.820.500.61
HSV294°48°81°
CMYK 0.050.480.00   0.19
XYZ39.163226.707461.4834
Yxy26.70740.30750.2097
Hunter Lab51.679244.8311-34.3626
CIE-Lab58.702550.0695-36.5114

#c46bce color RGB value is (196,107,206).

#c46bce hex color red value is 196, green value is 107 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c46bce hue: 0.82 , saturation: 0.50 and the lightness value of c46bce is 0.61.

The process color (four color CMYK) of #c46bce color hex is 0.05, 0.48, 0.00, 0.19. Web safe color of #c46bce is #cc66cc. Color #c46bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 11001110
Octal 304 153 316
Decimal 196 107 206
Hex C4 6B CE

RGB Percentages of Color #c46bce

%38.51
%21.02
%40.47

CMYK Percentages of Color #c46bce

%5
%48
%0
%19

Triadic Colors of #c46bce

#c46bce #cec46b #6bcec4

Analogous Colors of #c46bce

#c46bce #ce6ba7 #936bce

Monochromatic Colors of #c46bce

#c46bce

Complementary Color

#c46bce #75ce6b

#c46bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46bce Color CSS Codes

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

#c46bce Text Font Color

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

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


#c46bce Background Color

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

This div background color is #c46bce


#c46bce Border Color

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

This div border color is #c46bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,107,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46bce


Comments

No comments written yet.

Please login to write comment.