Color Hex Logo

#c366bc Color Hex

#C366BC
(195,102,188)
0 Favorites   0 Comments

Color spaces of #c366bc

RGB 195102188
HSL0.850.440.58
HSV305°48°76°
CMYK 0.000.480.04   0.24
XYZ36.334124.735750.4364
Yxy24.73570.32580.2218
Hunter Lab49.735043.3676-25.3117
CIE-Lab56.817049.0128-29.2013

#c366bc color RGB value is (195,102,188).

#c366bc hex color red value is 195, green value is 102 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c366bc hue: 0.85 , saturation: 0.44 and the lightness value of c366bc is 0.58.

The process color (four color CMYK) of #c366bc color hex is 0.00, 0.48, 0.04, 0.24. Web safe color of #c366bc is #cc66cc. Color #c366bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100110 10111100
Octal 303 146 274
Decimal 195 102 188
Hex C3 66 BC

RGB Percentages of Color #c366bc

%40.21
%21.03
%38.76

CMYK Percentages of Color #c366bc

%0
%48
%4
%24

Triadic Colors of #c366bc

#c366bc #bcc366 #66bcc3

Analogous Colors of #c366bc

#c366bc #c3668e #9c66c3

Monochromatic Colors of #c366bc

#c366bc

Complementary Color

#c366bc #66c36d

#c366bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c366bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c366bc Color CSS Codes

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

#c366bc Text Font Color

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

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


#c366bc Background Color

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

This div background color is #c366bc


#c366bc Border Color

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

This div border color is #c366bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c366bc


Comments

No comments written yet.

Please login to write comment.