Color Hex Logo

#c564fe Color Hex

#C564FE
(197,100,254)
0 Favorites   0 Comments

Color spaces of #c564fe

RGB 197100254
HSL0.770.990.69
HSV278°61°100°
CMYK 0.220.610.00   0.00
XYZ45.472528.140496.8009
Yxy28.14040.26680.1651
Hunter Lab53.047560.1776-71.0589
CIE-Lab60.015463.4046-61.2496

#c564fe color RGB value is (197,100,254).

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

The process color (four color CMYK) of #c564fe color hex is 0.22, 0.61, 0.00, 0.00. Web safe color of #c564fe is #cc66ff. Color #c564fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100100 11111110
Octal 305 144 376
Decimal 197 100 254
Hex C5 64 FE

RGB Percentages of Color #c564fe

%35.75
%18.15
%46.10

CMYK Percentages of Color #c564fe

%22
%61
%0
%0

Triadic Colors of #c564fe

#c564fe #fec564 #64fec5

Analogous Colors of #c564fe

#c564fe #fe64ea #7864fe

Monochromatic Colors of #c564fe

#c564fe

Complementary Color

#c564fe #9dfe64

#c564fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c564fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c564fe Color CSS Codes

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

#c564fe Text Font Color

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

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


#c564fe Background Color

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

This div background color is #c564fe


#c564fe Border Color

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

This div border color is #c564fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c564fe

Related Colors


Comments

No comments written yet.

Please login to write comment.