Color Hex Logo

#c332af Color Hex

#C332AF
(195,50,175)
0 Favorites   0 Comments

Color spaces of #c332af

RGB 19550175
HSL0.860.590.48
HSV308°74°76°
CMYK 0.000.740.10   0.24
XYZ31.384116.978542.1805
Yxy16.97850.34660.1875
Hunter Lab41.205063.8472-31.8502
CIE-Lab48.232968.7233-35.0501

#c332af color RGB value is (195,50,175).

#c332af hex color red value is 195, green value is 50 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c332af hue: 0.86 , saturation: 0.59 and the lightness value of c332af is 0.48.

The process color (four color CMYK) of #c332af color hex is 0.00, 0.74, 0.10, 0.24. Web safe color of #c332af is #cc3399. Color #c332af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 10101111
Octal 303 62 257
Decimal 195 50 175
Hex C3 32 AF

RGB Percentages of Color #c332af

%46.43
%11.90
%41.67

CMYK Percentages of Color #c332af

%0
%74
%10
%24

Triadic Colors of #c332af

#c332af #afc332 #32afc3

Analogous Colors of #c332af

#c332af #c33267 #8f32c3

Monochromatic Colors of #c332af

#c332af

Complementary Color

#c332af #32c346

#c332af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332af Color CSS Codes

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

#c332af Text Font Color

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

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


#c332af Background Color

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

This div background color is #c332af


#c332af Border Color

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

This div border color is #c332af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332af


Comments

No comments written yet.

Please login to write comment.