Color Hex Logo

#c568cd Color Hex

#C568CD
(197,104,205)
0 Favorites   0 Comments

Color spaces of #c568cd

RGB 197104205
HSL0.820.500.61
HSV295°49°80°
CMYK 0.040.490.00   0.20
XYZ38.995726.178760.7553
Yxy26.17870.30970.2079
Hunter Lab51.165146.5055-34.5875
CIE-Lab58.206351.6772-36.7118

#c568cd color RGB value is (197,104,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 11001101
Octal 305 150 315
Decimal 197 104 205
Hex C5 68 CD

RGB Percentages of Color #c568cd

%38.93
%20.55
%40.51

CMYK Percentages of Color #c568cd

%4
%49
%0
%20

Triadic Colors of #c568cd

#c568cd #cdc568 #68cdc5

Analogous Colors of #c568cd

#c568cd #cd68a3 #9368cd

Monochromatic Colors of #c568cd

#c568cd

Complementary Color

#c568cd #70cd68

#c568cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c568cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c568cd Color CSS Codes

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

#c568cd Text Font Color

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

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


#c568cd Background Color

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

This div background color is #c568cd


#c568cd Border Color

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

This div border color is #c568cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c568cd


Comments

No comments written yet.

Please login to write comment.