Color Hex Logo

#c564ef Color Hex

#C564EF
(197,100,239)
0 Favorites   0 Comments

Color spaces of #c564ef

RGB 197100239
HSL0.780.810.66
HSV282°58°94°
CMYK 0.180.580.00   0.06
XYZ43.163127.216784.6397
Yxy27.21670.27840.1756
Hunter Lab52.169656.3870-59.6730
CIE-Lab59.174460.2941-54.2832

#c564ef color RGB value is (197,100,239).

#c564ef hex color red value is 197, green value is 100 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c564ef hue: 0.78 , saturation: 0.81 and the lightness value of c564ef is 0.66.

The process color (four color CMYK) of #c564ef color hex is 0.18, 0.58, 0.00, 0.06. Web safe color of #c564ef is #cc66ff. Color #c564ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100100 11101111
Octal 305 144 357
Decimal 197 100 239
Hex C5 64 EF

RGB Percentages of Color #c564ef

%36.75
%18.66
%44.59

CMYK Percentages of Color #c564ef

%18
%58
%0
%6

Triadic Colors of #c564ef

#c564ef #efc564 #64efc5

Analogous Colors of #c564ef

#c564ef #ef64d4 #8064ef

Monochromatic Colors of #c564ef

#c564ef

Complementary Color

#c564ef #8eef64

#c564ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c564ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c564ef Color CSS Codes

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

#c564ef Text Font Color

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

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


#c564ef Background Color

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

This div background color is #c564ef


#c564ef Border Color

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

This div border color is #c564ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c564ef


Comments

No comments written yet.

Please login to write comment.