Color Hex Logo

#c211cc Color Hex

#C211CC
(194,17,204)
0 Favorites   0 Comments

Color spaces of #c211cc

RGB 19417204
HSL0.820.850.43
HSV297°92°80°
CMYK 0.050.920.00   0.20
XYZ33.347716.229958.5018
Yxy16.22990.30850.1502
Hunter Lab40.286477.2552-57.8975
CIE-Lab47.274779.9159-53.4979

#c211cc color RGB value is (194,17,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010001 11001100
Octal 302 21 314
Decimal 194 17 204
Hex C2 11 CC

RGB Percentages of Color #c211cc

%46.75
%4.10
%49.16

CMYK Percentages of Color #c211cc

%5
%92
%0
%20

Triadic Colors of #c211cc

#c211cc #ccc211 #11ccc2

Analogous Colors of #c211cc

#c211cc #cc1179 #6511cc

Monochromatic Colors of #c211cc

#c211cc

Complementary Color

#c211cc #1bcc11

#c211cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c211cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c211cc Color CSS Codes

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

#c211cc Text Font Color

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

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


#c211cc Background Color

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

This div background color is #c211cc


#c211cc Border Color

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

This div border color is #c211cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c211cc


Comments

No comments written yet.

Please login to write comment.