Color Hex Logo

#c603cc Color Hex

#C603CC
(198,3,204)
0 Favorites   0 Comments

Color spaces of #c603cc

RGB 1983204
HSL0.830.970.41
HSV298°99°80°
CMYK 0.030.990.00   0.20
XYZ34.220316.430558.4945
Yxy16.43050.31350.1505
Hunter Lab40.534679.7588-57.1859
CIE-Lab47.534381.8463-53.0435

#c603cc color RGB value is (198,3,204).

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

The process color (four color CMYK) of #c603cc color hex is 0.03, 0.99, 0.00, 0.20. Web safe color of #c603cc is #cc00cc. Color #c603cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000011 11001100
Octal 306 3 314
Decimal 198 3 204
Hex C6 3 CC

RGB Percentages of Color #c603cc

%48.89
%0.74
%50.37

CMYK Percentages of Color #c603cc

%3
%99
%0
%20

Triadic Colors of #c603cc

#c603cc #ccc603 #03ccc6

Analogous Colors of #c603cc

#c603cc #cc036e #6203cc

Monochromatic Colors of #c603cc

#c603cc

Complementary Color

#c603cc #09cc03

#c603cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c603cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c603cc Color CSS Codes

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

#c603cc Text Font Color

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

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


#c603cc Background Color

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

This div background color is #c603cc


#c603cc Border Color

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

This div border color is #c603cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c603cc


Comments

No comments written yet.

Please login to write comment.