Color Hex Logo

#c64ec7 Color Hex

#C64EC7
(198,78,199)
0 Favorites   0 Comments

Color spaces of #c64ec7

RGB 19878199
HSL0.830.520.54
HSV300°61°78°
CMYK 0.010.610.00   0.22
XYZ36.321921.578156.2834
Yxy21.57810.31810.1890
Hunter Lab46.452258.2812-39.3216
CIE-Lab53.576562.9399-40.5511

#c64ec7 color RGB value is (198,78,199).

#c64ec7 hex color red value is 198, green value is 78 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #c64ec7 hue: 0.83 , saturation: 0.52 and the lightness value of c64ec7 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001110 11000111
Octal 306 116 307
Decimal 198 78 199
Hex C6 4E C7

RGB Percentages of Color #c64ec7

%41.68
%16.42
%41.89

CMYK Percentages of Color #c64ec7

%1
%61
%0
%22

Triadic Colors of #c64ec7

#c64ec7 #c7c64e #4ec7c6

Analogous Colors of #c64ec7

#c64ec7 #c74e8c #8a4ec7

Monochromatic Colors of #c64ec7

#c64ec7

Complementary Color

#c64ec7 #4fc74e

#c64ec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ec7 Color CSS Codes

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

#c64ec7 Text Font Color

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

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


#c64ec7 Background Color

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

This div background color is #c64ec7


#c64ec7 Border Color

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

This div border color is #c64ec7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,78,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ec7


Comments

No comments written yet.

Please login to write comment.