Color Hex Logo

#c366da Color Hex

#C366DA
(195,102,218)
0 Favorites   0 Comments

Color spaces of #c366da

RGB 195102218
HSL0.800.610.63
HSV288°53°85°
CMYK 0.110.530.00   0.15
XYZ39.911926.166869.2768
Yxy26.16680.29490.1933
Hunter Lab51.153549.7539-44.4886
CIE-Lab58.195054.6129-44.0950

#c366da color RGB value is (195,102,218).

#c366da hex color red value is 195, green value is 102 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c366da hue: 0.80 , saturation: 0.61 and the lightness value of c366da is 0.63.

The process color (four color CMYK) of #c366da color hex is 0.11, 0.53, 0.00, 0.15. Web safe color of #c366da is #cc66cc. Color #c366da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100110 11011010
Octal 303 146 332
Decimal 195 102 218
Hex C3 66 DA

RGB Percentages of Color #c366da

%37.86
%19.81
%42.33

CMYK Percentages of Color #c366da

%11
%53
%0
%15

Triadic Colors of #c366da

#c366da #dac366 #66dac3

Analogous Colors of #c366da

#c366da #da66b7 #8966da

Monochromatic Colors of #c366da

#c366da

Complementary Color

#c366da #7dda66

#c366da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c366da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c366da Color CSS Codes

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

#c366da Text Font Color

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

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


#c366da Background Color

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

This div background color is #c366da


#c366da Border Color

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

This div border color is #c366da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c366da


Comments

No comments written yet.

Please login to write comment.