Color Hex Logo

#c129af Color Hex

#C129AF
(193,41,175)
0 Favorites   0 Comments

Color spaces of #c129af

RGB 19341175
HSL0.850.650.46
HSV307°79°76°
CMYK 0.000.790.09   0.24
XYZ30.523116.018542.0406
Yxy16.01850.34460.1808
Hunter Lab40.023166.0902-34.2625
CIE-Lab46.998870.8534-37.0166

#c129af color RGB value is (193,41,175).

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

The process color (four color CMYK) of #c129af color hex is 0.00, 0.79, 0.09, 0.24. Web safe color of #c129af is #cc3399. Color #c129af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101001 10101111
Octal 301 51 257
Decimal 193 41 175
Hex C1 29 AF

RGB Percentages of Color #c129af

%47.19
%10.02
%42.79

CMYK Percentages of Color #c129af

%0
%79
%9
%24

Triadic Colors of #c129af

#c129af #afc129 #29afc1

Analogous Colors of #c129af

#c129af #c12963 #8729c1

Monochromatic Colors of #c129af

#c129af

Complementary Color

#c129af #29c13b

#c129af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c129af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c129af Color CSS Codes

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

#c129af Text Font Color

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

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


#c129af Background Color

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

This div background color is #c129af


#c129af Border Color

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

This div border color is #c129af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c129af


Comments

No comments written yet.

Please login to write comment.