Color Hex Logo

#c568dd Color Hex

#C568DD
(197,104,221)
0 Favorites   0 Comments

Color spaces of #c568dd

RGB 197104221
HSL0.800.630.64
HSV288°53°87°
CMYK 0.110.530.00   0.13
XYZ41.027426.991471.4541
Yxy26.99140.29420.1935
Hunter Lab51.953250.0430-45.1775
CIE-Lab58.966454.7444-44.5487

#c568dd color RGB value is (197,104,221).

#c568dd hex color red value is 197, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c568dd hue: 0.80 , saturation: 0.63 and the lightness value of c568dd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 11011101
Octal 305 150 335
Decimal 197 104 221
Hex C5 68 DD

RGB Percentages of Color #c568dd

%37.74
%19.92
%42.34

CMYK Percentages of Color #c568dd

%11
%53
%0
%13

Triadic Colors of #c568dd

#c568dd #ddc568 #68ddc5

Analogous Colors of #c568dd

#c568dd #dd68bb #8b68dd

Monochromatic Colors of #c568dd

#c568dd

Complementary Color

#c568dd #80dd68

#c568dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c568dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c568dd Color CSS Codes

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

#c568dd Text Font Color

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

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


#c568dd Background Color

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

This div background color is #c568dd


#c568dd Border Color

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

This div border color is #c568dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c568dd


Comments

No comments written yet.

Please login to write comment.