Color Hex Logo

#c611cc Color Hex

#C611CC
(198,17,204)
0 Favorites   0 Comments

Color spaces of #c611cc

RGB 19817204
HSL0.830.850.43
HSV298°92°80°
CMYK 0.030.920.00   0.20
XYZ34.388216.766358.5505
Yxy16.76630.31350.1528
Hunter Lab40.946778.2528-56.1173
CIE-Lab47.964280.5740-52.3542

#c611cc color RGB value is (198,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010001 11001100
Octal 306 21 314
Decimal 198 17 204
Hex C6 11 CC

RGB Percentages of Color #c611cc

%47.26
%4.06
%48.69

CMYK Percentages of Color #c611cc

%3
%92
%0
%20

Triadic Colors of #c611cc

#c611cc #ccc611 #11ccc6

Analogous Colors of #c611cc

#c611cc #cc1175 #6911cc

Monochromatic Colors of #c611cc

#c611cc

Complementary Color

#c611cc #17cc11

#c611cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c611cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c611cc Color CSS Codes

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

#c611cc Text Font Color

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

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


#c611cc Background Color

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

This div background color is #c611cc


#c611cc Border Color

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

This div border color is #c611cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c611cc


Comments

No comments written yet.

Please login to write comment.