Color Hex Logo

#c129cb Color Hex

#C129CB
(193,41,203)
0 Favorites   0 Comments

Color spaces of #c129cb

RGB 19341203
HSL0.820.660.48
HSV296°80°80°
CMYK 0.050.800.00   0.20
XYZ33.564717.235158.0576
Yxy17.23510.30830.1583
Hunter Lab41.515271.6643-53.8545
CIE-Lab48.554975.1609-50.8781

#c129cb color RGB value is (193,41,203).

#c129cb hex color red value is 193, green value is 41 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c129cb hue: 0.82 , saturation: 0.66 and the lightness value of c129cb is 0.48.

The process color (four color CMYK) of #c129cb color hex is 0.05, 0.80, 0.00, 0.20. Web safe color of #c129cb is #cc33cc. Color #c129cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 11001011
Octal 301 51 313
Decimal 193 41 203
Hex C1 29 CB

RGB Percentages of Color #c129cb

%44.16
%9.38
%46.45

CMYK Percentages of Color #c129cb

%5
%80
%0
%20

Triadic Colors of #c129cb

#c129cb #cbc129 #29cbc1

Analogous Colors of #c129cb

#c129cb #cb2984 #7029cb

Monochromatic Colors of #c129cb

#c129cb

Complementary Color

#c129cb #33cb29

#c129cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c129cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c129cb Color CSS Codes

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

#c129cb Text Font Color

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

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


#c129cb Background Color

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

This div background color is #c129cb


#c129cb Border Color

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

This div border color is #c129cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,41,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c129cb


Comments

No comments written yet.

Please login to write comment.