Color Hex Logo

#c332bd Color Hex

#C332BD
(195,50,189)
0 Favorites   0 Comments

Color spaces of #c332bd

RGB 19550189
HSL0.840.590.48
HSV302°74°76°
CMYK 0.000.740.03   0.24
XYZ32.831617.557449.8026
Yxy17.55740.32770.1752
Hunter Lab41.901666.5344-41.1388
CIE-Lab48.954870.8452-42.1059

#c332bd color RGB value is (195,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 10111101
Octal 303 62 275
Decimal 195 50 189
Hex C3 32 BD

RGB Percentages of Color #c332bd

%44.93
%11.52
%43.55

CMYK Percentages of Color #c332bd

%0
%74
%3
%24

Triadic Colors of #c332bd

#c332bd #bdc332 #32bdc3

Analogous Colors of #c332bd

#c332bd #c33275 #8132c3

Monochromatic Colors of #c332bd

#c332bd

Complementary Color

#c332bd #32c338

#c332bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332bd Color CSS Codes

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

#c332bd Text Font Color

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

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


#c332bd Background Color

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

This div background color is #c332bd


#c332bd Border Color

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

This div border color is #c332bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332bd


Comments

No comments written yet.

Please login to write comment.