Color Hex Logo

#c421a4 Color Hex

#C421A4
(196,33,164)
0 Favorites   0 Comments

Color spaces of #c421a4

RGB 19633164
HSL0.870.710.45
HSV312°83°77°
CMYK 0.000.830.16   0.23
XYZ30.009615.503836.5328
Yxy15.50380.36580.1890
Hunter Lab39.374967.1380-27.4481
CIE-Lab46.316671.8625-31.5328

#c421a4 color RGB value is (196,33,164).

#c421a4 hex color red value is 196, green value is 33 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c421a4 hue: 0.87 , saturation: 0.71 and the lightness value of c421a4 is 0.45.

The process color (four color CMYK) of #c421a4 color hex is 0.00, 0.83, 0.16, 0.23. Web safe color of #c421a4 is #cc3399. Color #c421a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100001 10100100
Octal 304 41 244
Decimal 196 33 164
Hex C4 21 A4

RGB Percentages of Color #c421a4

%49.87
%8.40
%41.73

CMYK Percentages of Color #c421a4

%0
%83
%16
%23

Triadic Colors of #c421a4

#c421a4 #a4c421 #21a4c4

Analogous Colors of #c421a4

#c421a4 #c42152 #9321c4

Monochromatic Colors of #c421a4

#c421a4

Complementary Color

#c421a4 #21c441

#c421a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c421a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c421a4 Color CSS Codes

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

#c421a4 Text Font Color

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

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


#c421a4 Background Color

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

This div background color is #c421a4


#c421a4 Border Color

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

This div border color is #c421a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c421a4


Comments

No comments written yet.

Please login to write comment.