Color Hex Logo

#c366fa Color Hex

#C366FA
(195,102,250)
0 Favorites   0 Comments

Color spaces of #c366fa

RGB 195102250
HSL0.770.940.69
HSV278°59°98°
CMYK 0.220.590.00   0.02
XYZ44.512428.007093.5023
Yxy28.00700.26810.1687
Hunter Lab52.921657.5235-67.7088
CIE-Lab59.895161.1513-59.2473

#c366fa color RGB value is (195,102,250).

#c366fa hex color red value is 195, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c366fa hue: 0.77 , saturation: 0.94 and the lightness value of c366fa is 0.69.

The process color (four color CMYK) of #c366fa color hex is 0.22, 0.59, 0.00, 0.02. Web safe color of #c366fa is #cc66ff. Color #c366fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100110 11111010
Octal 303 146 372
Decimal 195 102 250
Hex C3 66 FA

RGB Percentages of Color #c366fa

%35.65
%18.65
%45.70

CMYK Percentages of Color #c366fa

%22
%59
%0
%2

Triadic Colors of #c366fa

#c366fa #fac366 #66fac3

Analogous Colors of #c366fa

#c366fa #fa66e7 #7966fa

Monochromatic Colors of #c366fa

#c366fa

Complementary Color

#c366fa #9dfa66

#c366fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c366fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c366fa Color CSS Codes

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

#c366fa Text Font Color

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

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


#c366fa Background Color

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

This div background color is #c366fa


#c366fa Border Color

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

This div border color is #c366fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,102,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c366fa

Related Colors


Comments

No comments written yet.

Please login to write comment.