Color Hex Logo

#c64cfe Color Hex

#C64CFE
(198,76,254)
0 Favorites   0 Comments

Color spaces of #c64cfe

RGB 19876254
HSL0.780.990.65
HSV281°70°100°
CMYK 0.220.700.00   0.00
XYZ43.762524.330496.1556
Yxy24.33040.26640.1481
Hunter Lab49.325972.0471-81.0516
CIE-Lab56.417173.9498-67.0252

#c64cfe color RGB value is (198,76,254).

#c64cfe hex color red value is 198, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c64cfe hue: 0.78 , saturation: 0.99 and the lightness value of c64cfe is 0.65.

The process color (four color CMYK) of #c64cfe color hex is 0.22, 0.70, 0.00, 0.00. Web safe color of #c64cfe is #cc33ff. Color #c64cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001100 11111110
Octal 306 114 376
Decimal 198 76 254
Hex C6 4C FE

RGB Percentages of Color #c64cfe

%37.50
%14.39
%48.11

CMYK Percentages of Color #c64cfe

%22
%70
%0
%0

Triadic Colors of #c64cfe

#c64cfe #fec64c #4cfec6

Analogous Colors of #c64cfe

#c64cfe #fe4cdd #6d4cfe

Monochromatic Colors of #c64cfe

#c64cfe

Complementary Color

#c64cfe #84fe4c

#c64cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64cfe Color CSS Codes

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

#c64cfe Text Font Color

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

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


#c64cfe Background Color

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

This div background color is #c64cfe


#c64cfe Border Color

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

This div border color is #c64cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,76,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 #c64cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64cfe


Comments

No comments written yet.

Please login to write comment.