Color Hex Logo

#c41aaa Color Hex

#C41AAA
(196,26,170)
0 Favorites   0 Comments

Color spaces of #c41aaa

RGB 19626170
HSL0.860.770.44
HSV309°87°77°
CMYK 0.000.870.13   0.23
XYZ30.390015.376839.3965
Yxy15.37680.35680.1806
Hunter Lab39.213369.7130-32.1178
CIE-Lab46.146074.0305-35.3673

#c41aaa color RGB value is (196,26,170).

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

The process color (four color CMYK) of #c41aaa color hex is 0.00, 0.87, 0.13, 0.23. Web safe color of #c41aaa is #cc3399. Color #c41aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 10101010
Octal 304 32 252
Decimal 196 26 170
Hex C4 1A AA

RGB Percentages of Color #c41aaa

%50.00
%6.63
%43.37

CMYK Percentages of Color #c41aaa

%0
%87
%13
%23

Triadic Colors of #c41aaa

#c41aaa #aac41a #1aaac4

Analogous Colors of #c41aaa

#c41aaa #c41a55 #891ac4

Monochromatic Colors of #c41aaa

#c41aaa

Complementary Color

#c41aaa #1ac434

#c41aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41aaa Color CSS Codes

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

#c41aaa Text Font Color

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

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


#c41aaa Background Color

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

This div background color is #c41aaa


#c41aaa Border Color

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

This div border color is #c41aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41aaa


Comments

No comments written yet.

Please login to write comment.