Color Hex Logo

#c41aab Color Hex

#C41AAB
(196,26,171)
0 Favorites   0 Comments

Color spaces of #c41aab

RGB 19626171
HSL0.860.770.44
HSV309°87°77°
CMYK 0.000.870.13   0.23
XYZ30.485015.414839.8967
Yxy15.41480.35530.1797
Hunter Lab39.261769.8896-32.7658
CIE-Lab46.197274.1660-35.8798

#c41aab color RGB value is (196,26,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 10101011
Octal 304 32 253
Decimal 196 26 171
Hex C4 1A AB

RGB Percentages of Color #c41aab

%49.87
%6.62
%43.51

CMYK Percentages of Color #c41aab

%0
%87
%13
%23

Triadic Colors of #c41aab

#c41aab #abc41a #1aabc4

Analogous Colors of #c41aab

#c41aab #c41a56 #881ac4

Monochromatic Colors of #c41aab

#c41aab

Complementary Color

#c41aab #1ac433

#c41aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41aab Color CSS Codes

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

#c41aab Text Font Color

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

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


#c41aab Background Color

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

This div background color is #c41aab


#c41aab Border Color

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

This div border color is #c41aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41aab


Comments

No comments written yet.

Please login to write comment.