Color Hex Logo

#c422ed Color Hex

#C422ED
(196,34,237)
0 Favorites   0 Comments

Color spaces of #c422ed

RGB 19634237
HSL0.800.850.53
HSV288°86°93°
CMYK 0.170.860.00   0.07
XYZ38.623018.994281.7514
Yxy18.99420.27710.1363
Hunter Lab43.582381.9190-80.7081
CIE-Lab50.680482.9289-66.8119

#c422ed color RGB value is (196,34,237).

#c422ed hex color red value is 196, green value is 34 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c422ed hue: 0.80 , saturation: 0.85 and the lightness value of c422ed is 0.53.

The process color (four color CMYK) of #c422ed color hex is 0.17, 0.86, 0.00, 0.07. Web safe color of #c422ed is #cc33ff. Color #c422ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100010 11101101
Octal 304 42 355
Decimal 196 34 237
Hex C4 22 ED

RGB Percentages of Color #c422ed

%41.97
%7.28
%50.75

CMYK Percentages of Color #c422ed

%17
%86
%0
%7

Triadic Colors of #c422ed

#c422ed #edc422 #22edc4

Analogous Colors of #c422ed

#c422ed #ed22b1 #5e22ed

Monochromatic Colors of #c422ed

#c422ed

Complementary Color

#c422ed #4bed22

#c422ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c422ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c422ed Color CSS Codes

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

#c422ed Text Font Color

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

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


#c422ed Background Color

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

This div background color is #c422ed


#c422ed Border Color

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

This div border color is #c422ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c422ed


Comments

No comments written yet.

Please login to write comment.