Color Hex Logo

#c729be Color Hex

#C729BE
(199,41,190)
0 Favorites   0 Comments

Color spaces of #c729be

RGB 19941190
HSL0.840.660.47
HSV303°79°78°
CMYK 0.000.790.05   0.22
XYZ33.640417.445750.3095
Yxy17.44570.33180.1721
Hunter Lab41.768070.6716-42.1770
CIE-Lab48.816874.2977-42.8649

#c729be color RGB value is (199,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 10111110
Octal 307 51 276
Decimal 199 41 190
Hex C7 29 BE

RGB Percentages of Color #c729be

%46.28
%9.53
%44.19

CMYK Percentages of Color #c729be

%0
%79
%5
%22

Triadic Colors of #c729be

#c729be #bec729 #29bec7

Analogous Colors of #c729be

#c729be #c7296f #8129c7

Monochromatic Colors of #c729be

#c729be

Complementary Color

#c729be #29c732

#c729be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c729be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c729be Color CSS Codes

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

#c729be Text Font Color

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

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


#c729be Background Color

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

This div background color is #c729be


#c729be Border Color

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

This div border color is #c729be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c729be


Comments

No comments written yet.

Please login to write comment.