Color Hex Logo

#c366fc Color Hex

#C366FC
(195,102,252)
0 Favorites   0 Comments

Color spaces of #c366fc

RGB 195102252
HSL0.770.960.69
HSV277°60°99°
CMYK 0.230.600.00   0.01
XYZ44.827728.133195.1630
Yxy28.13310.26660.1673
Hunter Lab53.040658.0395-69.2468
CIE-Lab60.008861.5757-60.1701

#c366fc color RGB value is (195,102,252).

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

The process color (four color CMYK) of #c366fc color hex is 0.23, 0.60, 0.00, 0.01. Web safe color of #c366fc is #cc66ff. Color #c366fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100110 11111100
Octal 303 146 374
Decimal 195 102 252
Hex C3 66 FC

RGB Percentages of Color #c366fc

%35.52
%18.58
%45.90

CMYK Percentages of Color #c366fc

%23
%60
%0
%1

Triadic Colors of #c366fc

#c366fc #fcc366 #66fcc3

Analogous Colors of #c366fc

#c366fc #fc66ea #7866fc

Monochromatic Colors of #c366fc

#c366fc

Complementary Color

#c366fc #9ffc66

#c366fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c366fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c366fc Color CSS Codes

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

#c366fc Text Font Color

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

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


#c366fc Background Color

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

This div background color is #c366fc


#c366fc Border Color

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

This div border color is #c366fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c366fc

Related Colors


Comments

No comments written yet.

Please login to write comment.