Color Hex Logo

#c122cc Color Hex

#C122CC
(193,34,204)
0 Favorites   0 Comments

Color spaces of #c122cc

RGB 19334204
HSL0.820.710.47
HSV296°83°80°
CMYK 0.050.830.00   0.20
XYZ33.463416.841158.6137
Yxy16.84110.30720.1546
Hunter Lab41.037973.7373-55.9563
CIE-Lab48.059276.9417-52.2489

#c122cc color RGB value is (193,34,204).

#c122cc hex color red value is 193, green value is 34 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c122cc hue: 0.82 , saturation: 0.71 and the lightness value of c122cc is 0.47.

The process color (four color CMYK) of #c122cc color hex is 0.05, 0.83, 0.00, 0.20. Web safe color of #c122cc is #cc33cc. Color #c122cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100010 11001100
Octal 301 42 314
Decimal 193 34 204
Hex C1 22 CC

RGB Percentages of Color #c122cc

%44.78
%7.89
%47.33

CMYK Percentages of Color #c122cc

%5
%83
%0
%20

Triadic Colors of #c122cc

#c122cc #ccc122 #22ccc1

Analogous Colors of #c122cc

#c122cc #cc2282 #6c22cc

Monochromatic Colors of #c122cc

#c122cc

Complementary Color

#c122cc #2dcc22

#c122cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c122cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c122cc Color CSS Codes

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

#c122cc Text Font Color

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

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


#c122cc Background Color

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

This div background color is #c122cc


#c122cc Border Color

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

This div border color is #c122cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c122cc


Comments

No comments written yet.

Please login to write comment.