color codes Logo

#c564fc color codes

#C564FC
(197,100,252)
0 Favorites   0 Comments

Color spaces of #c564fc

RGB 197100252
HSL0.770.960.69
HSV278°60°99°
CMYK 0.220.600.00   0.01
XYZ45.153828.012995.1226
Yxy28.01290.26830.1665
Hunter Lab52.927259.6611-69.5090
CIE-Lab59.900462.9845-60.3299

#c564fc color RGB value is (197,100,252).

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

The process color (four color CMYK) of #c564fc color code is 0.22, 0.60, 0.00, 0.01. Web safe color of #c564fc is #cc66ff. Color #c564fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100100 11111100
Octal 305 144 374
Decimal 197 100 252
Hex C5 64 FC

RGB Percentages of Color #c564fc

%35.88
%18.21
%45.90

CMYK Percentages of Color #c564fc

%22
%60
%0
%1

Triadic Colors of #c564fc

#c564fc #fcc564 #64fcc5

Analogous Colors of #c564fc

#c564fc #fc64e7 #7964fc

Monochromatic Colors of #c564fc

#c564fc

Complementary Color

#c564fc #9bfc64

#c564fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c564fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c564fc Color CSS Codes

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

#c564fc Text Font Color

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

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


#c564fc Background Color

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

This div background color is #c564fc


#c564fc Border Color

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

This div border color is #c564fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c564fc


Comments

No comments written yet.

Please login to write comment.