Color Hex Logo

#c466ec Color Hex

#C466EC
(196,102,236)
0 Favorites   0 Comments

Color spaces of #c466ec

RGB 196102236
HSL0.780.780.66
HSV282°57°93°
CMYK 0.170.570.00   0.07
XYZ42.656627.294682.3770
Yxy27.29460.28000.1792
Hunter Lab52.244254.3150-56.9156
CIE-Lab59.246058.4760-52.5061

#c466ec color RGB value is (196,102,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100110 11101100
Octal 304 146 354
Decimal 196 102 236
Hex C4 66 EC

RGB Percentages of Color #c466ec

%36.70
%19.10
%44.19

CMYK Percentages of Color #c466ec

%17
%57
%0
%7

Triadic Colors of #c466ec

#c466ec #ecc466 #66ecc4

Analogous Colors of #c466ec

#c466ec #ec66d1 #8166ec

Monochromatic Colors of #c466ec

#c466ec

Complementary Color

#c466ec #8eec66

#c466ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c466ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c466ec Color CSS Codes

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

#c466ec Text Font Color

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

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


#c466ec Background Color

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

This div background color is #c466ec


#c466ec Border Color

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

This div border color is #c466ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c466ec


Comments

No comments written yet.

Please login to write comment.