Color Hex Logo

#c64ace Color Hex

#C64ACE
(198,74,206)
0 Favorites   0 Comments

Color spaces of #c64ace

RGB 19874206
HSL0.820.570.55
HSV296°64°81°
CMYK 0.040.640.00   0.19
XYZ36.878121.359660.5716
Yxy21.35960.31040.1798
Hunter Lab46.216461.5541-45.3544
CIE-Lab53.340865.7983-44.9344

#c64ace color RGB value is (198,74,206).

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

The process color (four color CMYK) of #c64ace color hex is 0.04, 0.64, 0.00, 0.19. Web safe color of #c64ace is #cc33cc. Color #c64ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001010 11001110
Octal 306 112 316
Decimal 198 74 206
Hex C6 4A CE

RGB Percentages of Color #c64ace

%41.42
%15.48
%43.10

CMYK Percentages of Color #c64ace

%4
%64
%0
%19

Triadic Colors of #c64ace

#c64ace #cec64a #4acec6

Analogous Colors of #c64ace

#c64ace #ce4a94 #844ace

Monochromatic Colors of #c64ace

#c64ace

Complementary Color

#c64ace #52ce4a

#c64ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64ace Color CSS Codes

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

#c64ace Text Font Color

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

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


#c64ace Background Color

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

This div background color is #c64ace


#c64ace Border Color

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

This div border color is #c64ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64ace


Comments

No comments written yet.

Please login to write comment.