Color Hex Logo

#c129bd Color Hex

#C129BD
(193,41,189)
0 Favorites   0 Comments

Color spaces of #c129bd

RGB 19341189
HSL0.840.650.46
HSV302°79°76°
CMYK 0.000.790.02   0.24
XYZ31.970616.597549.6627
Yxy16.59750.32550.1690
Hunter Lab40.740068.7822-43.7574
CIE-Lab47.748872.9495-44.0407

#c129bd color RGB value is (193,41,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 10111101
Octal 301 51 275
Decimal 193 41 189
Hex C1 29 BD

RGB Percentages of Color #c129bd

%45.63
%9.69
%44.68

CMYK Percentages of Color #c129bd

%0
%79
%2
%24

Triadic Colors of #c129bd

#c129bd #bdc129 #29bdc1

Analogous Colors of #c129bd

#c129bd #c12971 #7929c1

Monochromatic Colors of #c129bd

#c129bd

Complementary Color

#c129bd #29c12d

#c129bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c129bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c129bd Color CSS Codes

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

#c129bd Text Font Color

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

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


#c129bd Background Color

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

This div background color is #c129bd


#c129bd Border Color

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

This div border color is #c129bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c129bd


Comments

No comments written yet.

Please login to write comment.