Color Hex Logo

#c41aaf Color Hex

#C41AAF
(196,26,175)
0 Favorites   0 Comments

Color spaces of #c41aaf

RGB 19626175
HSL0.850.770.44
HSV307°87°77°
CMYK 0.000.870.11   0.23
XYZ30.872215.569741.9355
Yxy15.56970.34930.1762
Hunter Lab39.458570.6057-35.3911
CIE-Lab46.404874.7139-37.9192

#c41aaf color RGB value is (196,26,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 10101111
Octal 304 32 257
Decimal 196 26 175
Hex C4 1A AF

RGB Percentages of Color #c41aaf

%49.37
%6.55
%44.08

CMYK Percentages of Color #c41aaf

%0
%87
%11
%23

Triadic Colors of #c41aaf

#c41aaf #afc41a #1aafc4

Analogous Colors of #c41aaf

#c41aaf #c41a5a #841ac4

Monochromatic Colors of #c41aaf

#c41aaf

Complementary Color

#c41aaf #1ac42f

#c41aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41aaf Color CSS Codes

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

#c41aaf Text Font Color

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

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


#c41aaf Background Color

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

This div background color is #c41aaf


#c41aaf Border Color

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

This div border color is #c41aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41aaf


Comments

No comments written yet.

Please login to write comment.