Color Hex Logo

#c432bd Color Hex

#C432BD
(196,50,189)
0 Favorites   0 Comments

Color spaces of #c432bd

RGB 19650189
HSL0.840.590.48
HSV303°74°77°
CMYK 0.000.740.04   0.23
XYZ33.090917.691149.8148
Yxy17.69110.32890.1759
Hunter Lab42.060866.8267-40.7777
CIE-Lab49.119371.0575-41.8349

#c432bd color RGB value is (196,50,189).

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

The process color (four color CMYK) of #c432bd color hex is 0.00, 0.74, 0.04, 0.23. Web safe color of #c432bd is #cc33cc. Color #c432bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110010 10111101
Octal 304 62 275
Decimal 196 50 189
Hex C4 32 BD

RGB Percentages of Color #c432bd

%45.06
%11.49
%43.45

CMYK Percentages of Color #c432bd

%0
%74
%4
%23

Triadic Colors of #c432bd

#c432bd #bdc432 #32bdc4

Analogous Colors of #c432bd

#c432bd #c43274 #8232c4

Monochromatic Colors of #c432bd

#c432bd

Complementary Color

#c432bd #32c439

#c432bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c432bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c432bd Color CSS Codes

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

#c432bd Text Font Color

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

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


#c432bd Background Color

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

This div background color is #c432bd


#c432bd Border Color

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

This div border color is #c432bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c432bd


Comments

No comments written yet.

Please login to write comment.