Color Hex Logo

#c564eb Color Hex

#C564EB
(197,100,235)
0 Favorites   0 Comments

Color spaces of #c564eb

RGB 197100235
HSL0.790.770.66
HSV283°57°92°
CMYK 0.160.570.00   0.08
XYZ42.578526.982881.5613
Yxy26.98280.28170.1785
Hunter Lab51.945055.4100-56.7326
CIE-Lab58.958459.4820-52.3985

#c564eb color RGB value is (197,100,235).

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

The process color (four color CMYK) of #c564eb color hex is 0.16, 0.57, 0.00, 0.08. Web safe color of #c564eb is #cc66ff. Color #c564eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100100 11101011
Octal 305 144 353
Decimal 197 100 235
Hex C5 64 EB

RGB Percentages of Color #c564eb

%37.03
%18.80
%44.17

CMYK Percentages of Color #c564eb

%16
%57
%0
%8

Triadic Colors of #c564eb

#c564eb #ebc564 #64ebc5

Analogous Colors of #c564eb

#c564eb #eb64ce #8264eb

Monochromatic Colors of #c564eb

#c564eb

Complementary Color

#c564eb #8aeb64

#c564eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c564eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c564eb Color CSS Codes

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

#c564eb Text Font Color

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

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


#c564eb Background Color

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

This div background color is #c564eb


#c564eb Border Color

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

This div border color is #c564eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c564eb


Comments

No comments written yet.

Please login to write comment.