Color Hex Logo

#c32eaa Color Hex

#C32EAA
(195,46,170)
0 Favorites   0 Comments

Color spaces of #c32eaa

RGB 19546170
HSL0.860.620.47
HSV310°76°76°
CMYK 0.000.760.13   0.24
XYZ30.738416.458439.5869
Yxy16.45840.35420.1896
Hunter Lab40.569064.2507-29.4565
CIE-Lab47.570269.1932-33.1410

#c32eaa color RGB value is (195,46,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 10101010
Octal 303 56 252
Decimal 195 46 170
Hex C3 2E AA

RGB Percentages of Color #c32eaa

%47.45
%11.19
%41.36

CMYK Percentages of Color #c32eaa

%0
%76
%13
%24

Triadic Colors of #c32eaa

#c32eaa #aac32e #2eaac3

Analogous Colors of #c32eaa

#c32eaa #c32e5f #922ec3

Monochromatic Colors of #c32eaa

#c32eaa

Complementary Color

#c32eaa #2ec347

#c32eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32eaa Color CSS Codes

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

#c32eaa Text Font Color

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

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


#c32eaa Background Color

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

This div background color is #c32eaa


#c32eaa Border Color

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

This div border color is #c32eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32eaa


Comments

No comments written yet.

Please login to write comment.