Color Hex Logo

#c729ba Color Hex

#C729BA
(199,41,186)
0 Favorites   0 Comments

Color spaces of #c729ba

RGB 19941186
HSL0.850.660.47
HSV305°79°78°
CMYK 0.000.790.07   0.22
XYZ33.209117.273248.0381
Yxy17.27320.33710.1753
Hunter Lab41.561069.8975-39.4373
CIE-Lab48.602473.7035-40.8716

#c729ba color RGB value is (199,41,186).

#c729ba hex color red value is 199, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c729ba hue: 0.85 , saturation: 0.66 and the lightness value of c729ba is 0.47.

The process color (four color CMYK) of #c729ba color hex is 0.00, 0.79, 0.07, 0.22. Web safe color of #c729ba is #cc33cc. Color #c729ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 10111010
Octal 307 51 272
Decimal 199 41 186
Hex C7 29 BA

RGB Percentages of Color #c729ba

%46.71
%9.62
%43.66

CMYK Percentages of Color #c729ba

%0
%79
%7
%22

Triadic Colors of #c729ba

#c729ba #bac729 #29bac7

Analogous Colors of #c729ba

#c729ba #c7296b #8529c7

Monochromatic Colors of #c729ba

#c729ba

Complementary Color

#c729ba #29c736

#c729ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c729ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c729ba Color CSS Codes

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

#c729ba Text Font Color

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

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


#c729ba Background Color

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

This div background color is #c729ba


#c729ba Border Color

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

This div border color is #c729ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c729ba


Comments

No comments written yet.

Please login to write comment.