Color Hex Logo

#c64cba Color Hex

#C64CBA
(198,76,186)
0 Favorites   0 Comments

Color spaces of #c64cba

RGB 19876186
HSL0.850.520.54
HSV306°62°78°
CMYK 0.000.620.06   0.22
XYZ34.736120.719848.6229
Yxy20.71980.33370.1991
Hunter Lab45.519056.5572-31.4696
CIE-Lab52.641561.6109-34.5231

#c64cba color RGB value is (198,76,186).

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

The process color (four color CMYK) of #c64cba color hex is 0.00, 0.62, 0.06, 0.22. Web safe color of #c64cba is #cc33cc. Color #c64cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001100 10111010
Octal 306 114 272
Decimal 198 76 186
Hex C6 4C BA

RGB Percentages of Color #c64cba

%43.04
%16.52
%40.43

CMYK Percentages of Color #c64cba

%0
%62
%6
%22

Triadic Colors of #c64cba

#c64cba #bac64c #4cbac6

Analogous Colors of #c64cba

#c64cba #c64c7d #954cc6

Monochromatic Colors of #c64cba

#c64cba

Complementary Color

#c64cba #4cc658

#c64cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64cba Color CSS Codes

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

#c64cba Text Font Color

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

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


#c64cba Background Color

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

This div background color is #c64cba


#c64cba Border Color

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

This div border color is #c64cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64cba


Comments

No comments written yet.

Please login to write comment.