Color Hex Logo

#c64ecf Color Hex

#C64ECF
(198,78,207)
0 Favorites   0 Comments

Color spaces of #c64ecf

RGB 19878207
HSL0.820.570.56
HSV296°62°81°
CMYK 0.040.620.00   0.19
XYZ37.275621.959561.3055
Yxy21.95950.30920.1822
Hunter Lab46.861059.9813-44.7630
CIE-Lab53.984064.3316-44.4871

#c64ecf color RGB value is (198,78,207).

#c64ecf hex color red value is 198, green value is 78 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c64ecf hue: 0.82 , saturation: 0.57 and the lightness value of c64ecf is 0.56.

The process color (four color CMYK) of #c64ecf color hex is 0.04, 0.62, 0.00, 0.19. Web safe color of #c64ecf is #cc66cc. Color #c64ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001110 11001111
Octal 306 116 317
Decimal 198 78 207
Hex C6 4E CF

RGB Percentages of Color #c64ecf

%40.99
%16.15
%42.86

CMYK Percentages of Color #c64ecf

%4
%62
%0
%19

Triadic Colors of #c64ecf

#c64ecf #cfc64e #4ecfc6

Analogous Colors of #c64ecf

#c64ecf #cf4e98 #864ecf

Monochromatic Colors of #c64ecf

#c64ecf

Complementary Color

#c64ecf #57cf4e

#c64ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ecf Color CSS Codes

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

#c64ecf Text Font Color

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

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


#c64ecf Background Color

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

This div background color is #c64ecf


#c64ecf Border Color

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

This div border color is #c64ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ecf


Comments

No comments written yet.

Please login to write comment.