Color Hex Logo

#c64cae Color Hex

#C64CAE
(198,76,174)
0 Favorites   0 Comments

Color spaces of #c64cae

RGB 19876174
HSL0.870.520.54
HSV312°62°78°
CMYK 0.000.620.12   0.22
XYZ33.513120.230642.1830
Yxy20.23060.34940.2109
Hunter Lab44.978454.2868-24.1202
CIE-Lab52.096959.7124-28.3909

#c64cae color RGB value is (198,76,174).

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

The process color (four color CMYK) of #c64cae color hex is 0.00, 0.62, 0.12, 0.22. Web safe color of #c64cae is #cc3399. Color #c64cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001100 10101110
Octal 306 114 256
Decimal 198 76 174
Hex C6 4C AE

RGB Percentages of Color #c64cae

%44.20
%16.96
%38.84

CMYK Percentages of Color #c64cae

%0
%62
%12
%22

Triadic Colors of #c64cae

#c64cae #aec64c #4caec6

Analogous Colors of #c64cae

#c64cae #c64c71 #a14cc6

Monochromatic Colors of #c64cae

#c64cae

Complementary Color

#c64cae #4cc664

#c64cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64cae Color CSS Codes

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

#c64cae Text Font Color

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

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


#c64cae Background Color

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

This div background color is #c64cae


#c64cae Border Color

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

This div border color is #c64cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64cae


Comments

No comments written yet.

Please login to write comment.