Color Hex Logo

#c32884 Color Hex

#C32884
(195,40,132)
0 Favorites   0 Comments

Color spaces of #c32884

RGB 19540132
HSL0.900.660.46
HSV324°79°76°
CMYK 0.000.790.32   0.24
XYZ27.429314.785623.2380
Yxy14.78560.41910.2259
Hunter Lab38.452060.0397-8.9147
CIE-Lab45.339166.0240-13.7635

#c32884 color RGB value is (195,40,132).

#c32884 hex color red value is 195, green value is 40 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c32884 hue: 0.90 , saturation: 0.66 and the lightness value of c32884 is 0.46.

The process color (four color CMYK) of #c32884 color hex is 0.00, 0.79, 0.32, 0.24. Web safe color of #c32884 is #cc3399. Color #c32884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 10000100
Octal 303 50 204
Decimal 195 40 132
Hex C3 28 84

RGB Percentages of Color #c32884

%53.13
%10.90
%35.97

CMYK Percentages of Color #c32884

%0
%79
%32
%24

Triadic Colors of #c32884

#c32884 #84c328 #2884c3

Analogous Colors of #c32884

#c32884 #c32836 #b528c3

Monochromatic Colors of #c32884

#c32884

Complementary Color

#c32884 #28c367

#c32884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32884 Color CSS Codes

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

#c32884 Text Font Color

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

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


#c32884 Background Color

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

This div background color is #c32884


#c32884 Border Color

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

This div border color is #c32884


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,40,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32884


Comments

No comments written yet.

Please login to write comment.