Color Hex Logo

#c266ec Color Hex

#C266EC
(194,102,236)
0 Favorites   0 Comments

Color spaces of #c266ec

RGB 194102236
HSL0.780.780.66
HSV281°57°93°
CMYK 0.180.570.00   0.07
XYZ42.139827.028282.3528
Yxy27.02820.27810.1784
Hunter Lab51.988753.7044-57.5265
CIE-Lab59.000457.9824-52.9117

#c266ec color RGB value is (194,102,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100110 11101100
Octal 302 146 354
Decimal 194 102 236
Hex C2 66 EC

RGB Percentages of Color #c266ec

%36.47
%19.17
%44.36

CMYK Percentages of Color #c266ec

%18
%57
%0
%7

Triadic Colors of #c266ec

#c266ec #ecc266 #66ecc2

Analogous Colors of #c266ec

#c266ec #ec66d3 #7f66ec

Monochromatic Colors of #c266ec

#c266ec

Complementary Color

#c266ec #90ec66

#c266ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c266ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c266ec Color CSS Codes

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

#c266ec Text Font Color

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

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


#c266ec Background Color

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

This div background color is #c266ec


#c266ec Border Color

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

This div border color is #c266ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c266ec


Comments

No comments written yet.

Please login to write comment.