Color Hex Logo

#c46bec Color Hex

#C46BEC
(196,107,236)
0 Favorites   0 Comments

Color spaces of #c46bec

RGB 196107236
HSL0.780.770.67
HSV281°55°93°
CMYK 0.170.550.00   0.07
XYZ43.163028.307382.5458
Yxy28.30730.28020.1838
Hunter Lab53.204651.7026-54.7439
CIE-Lab60.165456.0223-51.0455

#c46bec color RGB value is (196,107,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101011 11101100
Octal 304 153 354
Decimal 196 107 236
Hex C4 6B EC

RGB Percentages of Color #c46bec

%36.36
%19.85
%43.78

CMYK Percentages of Color #c46bec

%17
%55
%0
%7

Triadic Colors of #c46bec

#c46bec #ecc46b #6becc4

Analogous Colors of #c46bec

#c46bec #ec6bd4 #846bec

Monochromatic Colors of #c46bec

#c46bec

Complementary Color

#c46bec #93ec6b

#c46bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46bec Color CSS Codes

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

#c46bec Text Font Color

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

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


#c46bec Background Color

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

This div background color is #c46bec


#c46bec Border Color

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

This div border color is #c46bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46bec


Comments

No comments written yet.

Please login to write comment.