Color Hex Logo

#c566cd Color Hex

#C566CD
(197,102,205)
0 Favorites   0 Comments

Color spaces of #c566cd

RGB 197102205
HSL0.820.510.60
HSV295°50°80°
CMYK 0.040.500.00   0.20
XYZ38.796825.780860.6890
Yxy25.78080.30970.2058
Hunter Lab50.774847.5352-35.3245
CIE-Lab57.828452.6733-37.3034

#c566cd color RGB value is (197,102,205).

#c566cd hex color red value is 197, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c566cd hue: 0.82 , saturation: 0.51 and the lightness value of c566cd is 0.60.

The process color (four color CMYK) of #c566cd color hex is 0.04, 0.50, 0.00, 0.20. Web safe color of #c566cd is #cc66cc. Color #c566cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 11001101
Octal 305 146 315
Decimal 197 102 205
Hex C5 66 CD

RGB Percentages of Color #c566cd

%39.09
%20.24
%40.67

CMYK Percentages of Color #c566cd

%4
%50
%0
%20

Triadic Colors of #c566cd

#c566cd #cdc566 #66cdc5

Analogous Colors of #c566cd

#c566cd #cd66a2 #9266cd

Monochromatic Colors of #c566cd

#c566cd

Complementary Color

#c566cd #6ecd66

#c566cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c566cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c566cd Color CSS Codes

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

#c566cd Text Font Color

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

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


#c566cd Background Color

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

This div background color is #c566cd


#c566cd Border Color

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

This div border color is #c566cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c566cd


Comments

No comments written yet.

Please login to write comment.