Color Hex Logo

#c568ff Color Hex

#C568FF
(197,104,255)
0 Favorites   0 Comments

Color spaces of #c568ff

RGB 197104255
HSL0.771.000.70
HSV277°59°100°
CMYK 0.230.590.00   0.00
XYZ46.026328.990997.7777
Yxy28.99090.26640.1678
Hunter Lab53.843258.3600-69.9787
CIE-Lab60.773661.7175-60.5870

#c568ff color RGB value is (197,104,255).

#c568ff hex color red value is 197, green value is 104 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c568ff hue: 0.77 , saturation: 1.00 and the lightness value of c568ff is 0.70.

The process color (four color CMYK) of #c568ff color hex is 0.23, 0.59, 0.00, 0.00. Web safe color of #c568ff is #cc66ff. Color #c568ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01101000 11111111
Octal 305 150 377
Decimal 197 104 255
Hex C5 68 FF

RGB Percentages of Color #c568ff

%35.43
%18.71
%45.86

CMYK Percentages of Color #c568ff

%23
%59
%0
%0

Triadic Colors of #c568ff

#c568ff #ffc568 #68ffc5

Analogous Colors of #c568ff

#c568ff #ff68ee #7a68ff

Monochromatic Colors of #c568ff

#c568ff

Complementary Color

#c568ff #a2ff68

#c568ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c568ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c568ff Color CSS Codes

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

#c568ff Text Font Color

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

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


#c568ff Background Color

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

This div background color is #c568ff


#c568ff Border Color

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

This div border color is #c568ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c568ff

#c568ff Color Palettes


Comments

No comments written yet.

Please login to write comment.