Color Hex Logo

#c568ca Color Hex

#C568CA
(197,104,202)
0 Favorites   0 Comments

Color spaces of #c568ca

RGB 197104202
HSL0.820.480.60
HSV297°49°79°
CMYK 0.020.490.00   0.21
XYZ38.636926.035258.8660
Yxy26.03520.31280.2107
Hunter Lab51.024745.8705-32.6842
CIE-Lab58.070451.1197-35.2212

#c568ca color RGB value is (197,104,202).

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

The process color (four color CMYK) of #c568ca color hex is 0.02, 0.49, 0.00, 0.21. Web safe color of #c568ca is #cc66cc. Color #c568ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 11001010
Octal 305 150 312
Decimal 197 104 202
Hex C5 68 CA

RGB Percentages of Color #c568ca

%39.17
%20.68
%40.16

CMYK Percentages of Color #c568ca

%2
%49
%0
%21

Triadic Colors of #c568ca

#c568ca #cac568 #68cac5

Analogous Colors of #c568ca

#c568ca #ca689e #9468ca

Monochromatic Colors of #c568ca

#c568ca

Complementary Color

#c568ca #6dca68

#c568ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c568ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c568ca Color CSS Codes

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

#c568ca Text Font Color

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

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


#c568ca Background Color

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

This div background color is #c568ca


#c568ca Border Color

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

This div border color is #c568ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c568ca


Comments

No comments written yet.

Please login to write comment.