Color Hex Logo

#c41baa Color Hex

#C41BAA
(196,27,170)
0 Favorites   0 Comments

Color spaces of #c41baa

RGB 19627170
HSL0.860.760.44
HSV309°86°77°
CMYK 0.000.860.13   0.23
XYZ30.412615.421939.4040
Yxy15.42190.35680.1809
Hunter Lab39.270769.5128-32.0017
CIE-Lab46.206773.8536-35.2717

#c41baa color RGB value is (196,27,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011011 10101010
Octal 304 33 252
Decimal 196 27 170
Hex C4 1B AA

RGB Percentages of Color #c41baa

%49.87
%6.87
%43.26

CMYK Percentages of Color #c41baa

%0
%86
%13
%23

Triadic Colors of #c41baa

#c41baa #aac41b #1baac4

Analogous Colors of #c41baa

#c41baa #c41b55 #8a1bc4

Monochromatic Colors of #c41baa

#c41baa

Complementary Color

#c41baa #1bc435

#c41baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41baa Color CSS Codes

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

#c41baa Text Font Color

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

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


#c41baa Background Color

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

This div background color is #c41baa


#c41baa Border Color

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

This div border color is #c41baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41baa


Comments

No comments written yet.

Please login to write comment.