Color Hex Logo

#c642cc Color Hex

#C642CC
(198,66,204)
0 Favorites   0 Comments

Color spaces of #c642cc

RGB 19866204
HSL0.830.580.53
HSV297°68°80°
CMYK 0.030.680.00   0.20
XYZ36.136020.261859.1331
Yxy20.26180.31280.1754
Hunter Lab45.013164.5248-46.3793
CIE-Lab52.131968.5463-45.7061

#c642cc color RGB value is (198,66,204).

#c642cc hex color red value is 198, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c642cc hue: 0.83 , saturation: 0.58 and the lightness value of c642cc is 0.53.

The process color (four color CMYK) of #c642cc color hex is 0.03, 0.68, 0.00, 0.20. Web safe color of #c642cc is #cc33cc. Color #c642cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000010 11001100
Octal 306 102 314
Decimal 198 66 204
Hex C6 42 CC

RGB Percentages of Color #c642cc

%42.31
%14.10
%43.59

CMYK Percentages of Color #c642cc

%3
%68
%0
%20

Triadic Colors of #c642cc

#c642cc #ccc642 #42ccc6

Analogous Colors of #c642cc

#c642cc #cc428d #8142cc

Monochromatic Colors of #c642cc

#c642cc

Complementary Color

#c642cc #48cc42

#c642cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c642cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c642cc Color CSS Codes

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

#c642cc Text Font Color

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

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


#c642cc Background Color

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

This div background color is #c642cc


#c642cc Border Color

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

This div border color is #c642cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c642cc


Comments

No comments written yet.

Please login to write comment.