Color Hex Logo

#c129cf Color Hex

#C129CF
(193,41,207)
0 Favorites   0 Comments

Color spaces of #c129cf

RGB 19341207
HSL0.820.670.49
HSV295°80°81°
CMYK 0.070.800.00   0.19
XYZ34.047717.428360.6010
Yxy17.42830.30380.1555
Hunter Lab41.747272.5213-56.8434
CIE-Lab48.795275.8122-52.7982

#c129cf color RGB value is (193,41,207).

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

The process color (four color CMYK) of #c129cf color hex is 0.07, 0.80, 0.00, 0.19. Web safe color of #c129cf is #cc33cc. Color #c129cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 11001111
Octal 301 51 317
Decimal 193 41 207
Hex C1 29 CF

RGB Percentages of Color #c129cf

%43.76
%9.30
%46.94

CMYK Percentages of Color #c129cf

%7
%80
%0
%19

Triadic Colors of #c129cf

#c129cf #cfc129 #29cfc1

Analogous Colors of #c129cf

#c129cf #cf298a #6e29cf

Monochromatic Colors of #c129cf

#c129cf

Complementary Color

#c129cf #37cf29

#c129cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c129cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c129cf Color CSS Codes

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

#c129cf Text Font Color

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

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


#c129cf Background Color

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

This div background color is #c129cf


#c129cf Border Color

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

This div border color is #c129cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c129cf


Comments

No comments written yet.

Please login to write comment.