Color Hex Logo

#c366ec Color Hex

#C366EC
(195,102,236)
0 Favorites   0 Comments

Color spaces of #c366ec

RGB 195102236
HSL0.780.780.66
HSV282°57°93°
CMYK 0.170.570.00   0.07
XYZ42.397427.161082.3649
Yxy27.16100.27910.1788
Hunter Lab52.116254.0093-57.2211
CIE-Lab59.123158.2291-52.7092

#c366ec color RGB value is (195,102,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100110 11101100
Octal 303 146 354
Decimal 195 102 236
Hex C3 66 EC

RGB Percentages of Color #c366ec

%36.59
%19.14
%44.28

CMYK Percentages of Color #c366ec

%17
%57
%0
%7

Triadic Colors of #c366ec

#c366ec #ecc366 #66ecc3

Analogous Colors of #c366ec

#c366ec #ec66d2 #8066ec

Monochromatic Colors of #c366ec

#c366ec

Complementary Color

#c366ec #8fec66

#c366ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c366ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c366ec Color CSS Codes

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

#c366ec Text Font Color

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

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


#c366ec Background Color

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

This div background color is #c366ec


#c366ec Border Color

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

This div border color is #c366ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c366ec


Comments

No comments written yet.

Please login to write comment.