Color Hex Logo

#c64cbc Color Hex

#C64CBC
(198,76,188)
0 Favorites   0 Comments

Color spaces of #c64cbc

RGB 19876188
HSL0.850.520.54
HSV305°62°78°
CMYK 0.000.620.05   0.22
XYZ34.950220.805549.7507
Yxy20.80550.33130.1972
Hunter Lab45.613056.9497-32.7392
CIE-Lab52.736061.9365-35.5331

#c64cbc color RGB value is (198,76,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001100 10111100
Octal 306 114 274
Decimal 198 76 188
Hex C6 4C BC

RGB Percentages of Color #c64cbc

%42.86
%16.45
%40.69

CMYK Percentages of Color #c64cbc

%0
%62
%5
%22

Triadic Colors of #c64cbc

#c64cbc #bcc64c #4cbcc6

Analogous Colors of #c64cbc

#c64cbc #c64c7f #934cc6

Monochromatic Colors of #c64cbc

#c64cbc

Complementary Color

#c64cbc #4cc656

#c64cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64cbc Color CSS Codes

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

#c64cbc Text Font Color

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

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


#c64cbc Background Color

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

This div background color is #c64cbc


#c64cbc Border Color

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

This div border color is #c64cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64cbc


Comments

No comments written yet.

Please login to write comment.