Color Hex Logo

#c332ba Color Hex

#C332BA
(195,50,186)
0 Favorites   0 Comments

Color spaces of #c332ba

RGB 19550186
HSL0.840.590.48
HSV304°74°76°
CMYK 0.000.740.05   0.24
XYZ32.509217.428548.1050
Yxy17.42850.33160.1778
Hunter Lab41.747565.9419-39.0958
CIE-Lab48.795570.3799-40.6094

#c332ba color RGB value is (195,50,186).

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

The process color (four color CMYK) of #c332ba color hex is 0.00, 0.74, 0.05, 0.24. Web safe color of #c332ba is #cc33cc. Color #c332ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 10111010
Octal 303 62 272
Decimal 195 50 186
Hex C3 32 BA

RGB Percentages of Color #c332ba

%45.24
%11.60
%43.16

CMYK Percentages of Color #c332ba

%0
%74
%5
%24

Triadic Colors of #c332ba

#c332ba #bac332 #32bac3

Analogous Colors of #c332ba

#c332ba #c33272 #8432c3

Monochromatic Colors of #c332ba

#c332ba

Complementary Color

#c332ba #32c33b

#c332ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332ba Color CSS Codes

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

#c332ba Text Font Color

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

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


#c332ba Background Color

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

This div background color is #c332ba


#c332ba Border Color

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

This div border color is #c332ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332ba


Comments

No comments written yet.

Please login to write comment.