color codes Logo

#c604cc color codes

#C604CC
(198,4,204)
0 Favorites   0 Comments

Color spaces of #c604cc

RGB 1984204
HSL0.830.960.41
HSV298°98°80°
CMYK 0.030.980.00   0.20
XYZ34.231216.452258.4982
Yxy16.45220.31350.1507
Hunter Lab40.561379.6605-57.1161
CIE-Lab47.562381.7636-52.9988

#c604cc color RGB value is (198,4,204).

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

The process color (four color CMYK) of #c604cc color code is 0.03, 0.98, 0.00, 0.20. Web safe color of #c604cc is #cc00cc. Color #c604cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00000100 11001100
Octal 306 4 314
Decimal 198 4 204
Hex C6 4 CC

RGB Percentages of Color #c604cc

%48.77
%0.99
%50.25

CMYK Percentages of Color #c604cc

%3
%98
%0
%20

Triadic Colors of #c604cc

#c604cc #ccc604 #04ccc6

Analogous Colors of #c604cc

#c604cc #cc046e #6204cc

Monochromatic Colors of #c604cc

#c604cc

Complementary Color

#c604cc #0acc04

#c604cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c604cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c604cc Color CSS Codes

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

#c604cc Text Font Color

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

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


#c604cc Background Color

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

This div background color is #c604cc


#c604cc Border Color

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

This div border color is #c604cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c604cc


Comments

No comments written yet.

Please login to write comment.