Color Hex Logo

#c568c1 Color Hex

#C568C1
(197,104,193)
0 Favorites   0 Comments

Color spaces of #c568c1

RGB 197104193
HSL0.840.440.59
HSV303°47°77°
CMYK 0.000.470.02   0.23
XYZ37.601925.621253.4156
Yxy25.62120.32240.2197
Hunter Lab50.617444.0210-27.1355
CIE-Lab57.675749.4838-30.7095

#c568c1 color RGB value is (197,104,193).

#c568c1 hex color red value is 197, green value is 104 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #c568c1 hue: 0.84 , saturation: 0.44 and the lightness value of c568c1 is 0.59.

The process color (four color CMYK) of #c568c1 color hex is 0.00, 0.47, 0.02, 0.23. Web safe color of #c568c1 is #cc66cc. Color #c568c1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 11000001
Octal 305 150 301
Decimal 197 104 193
Hex C5 68 C1

RGB Percentages of Color #c568c1

%39.88
%21.05
%39.07

CMYK Percentages of Color #c568c1

%0
%47
%2
%23

Triadic Colors of #c568c1

#c568c1 #c1c568 #68c1c5

Analogous Colors of #c568c1

#c568c1 #c56893 #9b68c5

Monochromatic Colors of #c568c1

#c568c1

Complementary Color

#c568c1 #68c56c

#c568c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c568c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c568c1 Color CSS Codes

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

#c568c1 Text Font Color

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

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


#c568c1 Background Color

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

This div background color is #c568c1


#c568c1 Border Color

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

This div border color is #c568c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c568c1


Comments

No comments written yet.

Please login to write comment.