Color Hex Logo

#c416aa Color Hex

#C416AA
(196,22,170)
0 Favorites   0 Comments

Color spaces of #c416aa

RGB 19622170
HSL0.860.800.43
HSV309°89°77°
CMYK 0.000.890.13   0.23
XYZ30.307615.211939.3690
Yxy15.21190.35700.1792
Hunter Lab39.002470.4526-32.5455
CIE-Lab45.923174.6822-35.7186

#c416aa color RGB value is (196,22,170).

#c416aa hex color red value is 196, green value is 22 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c416aa hue: 0.86 , saturation: 0.80 and the lightness value of c416aa is 0.43.

The process color (four color CMYK) of #c416aa color hex is 0.00, 0.89, 0.13, 0.23. Web safe color of #c416aa is #cc0099. Color #c416aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010110 10101010
Octal 304 26 252
Decimal 196 22 170
Hex C4 16 AA

RGB Percentages of Color #c416aa

%50.52
%5.67
%43.81

CMYK Percentages of Color #c416aa

%0
%89
%13
%23

Triadic Colors of #c416aa

#c416aa #aac416 #16aac4

Analogous Colors of #c416aa

#c416aa #c41653 #8716c4

Monochromatic Colors of #c416aa

#c416aa

Complementary Color

#c416aa #16c430

#c416aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c416aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c416aa Color CSS Codes

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

#c416aa Text Font Color

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

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


#c416aa Background Color

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

This div background color is #c416aa


#c416aa Border Color

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

This div border color is #c416aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c416aa


Comments

No comments written yet.

Please login to write comment.