Color Hex Logo

#c620cc Color Hex

#C620CC
(198,32,204)
0 Favorites   0 Comments

Color spaces of #c620cc

RGB 19832204
HSL0.830.730.46
HSV298°84°80°
CMYK 0.030.840.00   0.20
XYZ34.704317.398458.6559
Yxy17.39840.31330.1571
Hunter Lab41.711475.5189-54.1775
CIE-Lab48.758178.2402-51.0829

#c620cc color RGB value is (198,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100000 11001100
Octal 306 40 314
Decimal 198 32 204
Hex C6 20 CC

RGB Percentages of Color #c620cc

%45.62
%7.37
%47.00

CMYK Percentages of Color #c620cc

%3
%84
%0
%20

Triadic Colors of #c620cc

#c620cc #ccc620 #20ccc6

Analogous Colors of #c620cc

#c620cc #cc207c #7020cc

Monochromatic Colors of #c620cc

#c620cc

Complementary Color

#c620cc #26cc20

#c620cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c620cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c620cc Color CSS Codes

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

#c620cc Text Font Color

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

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


#c620cc Background Color

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

This div background color is #c620cc


#c620cc Border Color

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

This div border color is #c620cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,32,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 #c620cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c620cc


Comments

No comments written yet.

Please login to write comment.