Color Hex Logo

#c566bc Color Hex

#C566BC
(197,102,188)
0 Favorites   0 Comments

Color spaces of #c566bc

RGB 197102188
HSL0.850.450.59
HSV306°48°77°
CMYK 0.000.480.05   0.23
XYZ36.854425.003950.4607
Yxy25.00390.32810.2226
Hunter Lab50.003944.0531-24.8289
CIE-Lab57.079249.6064-28.7741

#c566bc color RGB value is (197,102,188).

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

The process color (four color CMYK) of #c566bc color hex is 0.00, 0.48, 0.05, 0.23. Web safe color of #c566bc is #cc66cc. Color #c566bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 10111100
Octal 305 146 274
Decimal 197 102 188
Hex C5 66 BC

RGB Percentages of Color #c566bc

%40.45
%20.94
%38.60

CMYK Percentages of Color #c566bc

%0
%48
%5
%23

Triadic Colors of #c566bc

#c566bc #bcc566 #66bcc5

Analogous Colors of #c566bc

#c566bc #c5668d #9f66c5

Monochromatic Colors of #c566bc

#c566bc

Complementary Color

#c566bc #66c56f

#c566bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c566bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c566bc Color CSS Codes

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

#c566bc Text Font Color

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

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


#c566bc Background Color

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

This div background color is #c566bc


#c566bc Border Color

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

This div border color is #c566bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c566bc


Comments

No comments written yet.

Please login to write comment.