Color Hex Logo

#c422dc Color Hex

#C422DC
(196,34,220)
0 Favorites   0 Comments

Color spaces of #c422dc

RGB 19634220
HSL0.810.730.50
HSV292°85°86°
CMYK 0.110.850.00   0.14
XYZ36.255218.047169.2827
Yxy18.04710.29340.1460
Hunter Lab42.481977.9935-66.9574
CIE-Lab49.553280.0595-58.9996

#c422dc color RGB value is (196,34,220).

#c422dc hex color red value is 196, green value is 34 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c422dc hue: 0.81 , saturation: 0.73 and the lightness value of c422dc is 0.50.

The process color (four color CMYK) of #c422dc color hex is 0.11, 0.85, 0.00, 0.14. Web safe color of #c422dc is #cc33cc. Color #c422dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100010 11011100
Octal 304 42 334
Decimal 196 34 220
Hex C4 22 DC

RGB Percentages of Color #c422dc

%43.56
%7.56
%48.89

CMYK Percentages of Color #c422dc

%11
%85
%0
%14

Triadic Colors of #c422dc

#c422dc #dcc422 #22dcc4

Analogous Colors of #c422dc

#c422dc #dc2297 #6722dc

Monochromatic Colors of #c422dc

#c422dc

Complementary Color

#c422dc #3adc22

#c422dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c422dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c422dc Color CSS Codes

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

#c422dc Text Font Color

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

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


#c422dc Background Color

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

This div background color is #c422dc


#c422dc Border Color

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

This div border color is #c422dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,34,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c422dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c422dc


Comments

No comments written yet.

Please login to write comment.