Color Hex Logo

#c41bac Color Hex

#C41BAC
(196,27,172)
0 Favorites   0 Comments

Color spaces of #c41bac

RGB 19627172
HSL0.860.760.44
HSV309°86°77°
CMYK 0.000.860.12   0.23
XYZ30.603315.498240.4082
Yxy15.49820.35380.1791
Hunter Lab39.367869.8669-33.2995
CIE-Lab46.309174.1255-36.2957

#c41bac color RGB value is (196,27,172).

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

The process color (four color CMYK) of #c41bac color hex is 0.00, 0.86, 0.12, 0.23. Web safe color of #c41bac is #cc3399. Color #c41bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011011 10101100
Octal 304 33 254
Decimal 196 27 172
Hex C4 1B AC

RGB Percentages of Color #c41bac

%49.62
%6.84
%43.54

CMYK Percentages of Color #c41bac

%0
%86
%12
%23

Triadic Colors of #c41bac

#c41bac #acc41b #1bacc4

Analogous Colors of #c41bac

#c41bac #c41b57 #881bc4

Monochromatic Colors of #c41bac

#c41bac

Complementary Color

#c41bac #1bc433

#c41bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41bac Color CSS Codes

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

#c41bac Text Font Color

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

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


#c41bac Background Color

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

This div background color is #c41bac


#c41bac Border Color

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

This div border color is #c41bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41bac


Comments

No comments written yet.

Please login to write comment.