Color Hex Logo

#c132bd Color Hex

#C132BD
(193,50,189)
0 Favorites   0 Comments

Color spaces of #c132bd

RGB 19350189
HSL0.840.590.48
HSV302°74°76°
CMYK 0.000.740.02   0.24
XYZ32.318217.292849.7786
Yxy17.29280.32520.1740
Hunter Lab41.584665.9513-41.8635
CIE-Lab48.626970.4205-42.6465

#c132bd color RGB value is (193,50,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110010 10111101
Octal 301 62 275
Decimal 193 50 189
Hex C1 32 BD

RGB Percentages of Color #c132bd

%44.68
%11.57
%43.75

CMYK Percentages of Color #c132bd

%0
%74
%2
%24

Triadic Colors of #c132bd

#c132bd #bdc132 #32bdc1

Analogous Colors of #c132bd

#c132bd #c13276 #7e32c1

Monochromatic Colors of #c132bd

#c132bd

Complementary Color

#c132bd #32c136

#c132bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c132bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c132bd Color CSS Codes

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

#c132bd Text Font Color

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

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


#c132bd Background Color

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

This div background color is #c132bd


#c132bd Border Color

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

This div border color is #c132bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c132bd


Comments

No comments written yet.

Please login to write comment.