Color Hex Logo

#c32baa Color Hex

#C32BAA
(195,43,170)
0 Favorites   0 Comments

Color spaces of #c32baa

RGB 19543170
HSL0.860.640.47
HSV310°78°76°
CMYK 0.000.780.13   0.24
XYZ30.625316.232139.5492
Yxy16.23210.35440.1879
Hunter Lab40.289165.1789-29.9988
CIE-Lab47.277570.0335-33.6003

#c32baa color RGB value is (195,43,170).

#c32baa hex color red value is 195, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c32baa hue: 0.86 , saturation: 0.64 and the lightness value of c32baa is 0.47.

The process color (four color CMYK) of #c32baa color hex is 0.00, 0.78, 0.13, 0.24. Web safe color of #c32baa is #cc3399. Color #c32baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101011 10101010
Octal 303 53 252
Decimal 195 43 170
Hex C3 2B AA

RGB Percentages of Color #c32baa

%47.79
%10.54
%41.67

CMYK Percentages of Color #c32baa

%0
%78
%13
%24

Triadic Colors of #c32baa

#c32baa #aac32b #2baac3

Analogous Colors of #c32baa

#c32baa #c32b5e #902bc3

Monochromatic Colors of #c32baa

#c32baa

Complementary Color

#c32baa #2bc344

#c32baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32baa Color CSS Codes

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

#c32baa Text Font Color

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

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


#c32baa Background Color

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

This div background color is #c32baa


#c32baa Border Color

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

This div border color is #c32baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32baa


Comments

No comments written yet.

Please login to write comment.