Color Hex Logo

#c729d7 Color Hex

#C729D7
(199,41,215)
0 Favorites   0 Comments

Color spaces of #c729d7

RGB 19941215
HSL0.820.690.50
HSV294°81°84°
CMYK 0.070.810.00   0.16
XYZ36.611918.634365.9571
Yxy18.63430.30210.1537
Hunter Lab43.167575.8493-60.3741
CIE-Lab50.256678.2129-54.9892

#c729d7 color RGB value is (199,41,215).

#c729d7 hex color red value is 199, green value is 41 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #c729d7 hue: 0.82 , saturation: 0.69 and the lightness value of c729d7 is 0.50.

The process color (four color CMYK) of #c729d7 color hex is 0.07, 0.81, 0.00, 0.16. Web safe color of #c729d7 is #cc33cc. Color #c729d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 11010111
Octal 307 51 327
Decimal 199 41 215
Hex C7 29 D7

RGB Percentages of Color #c729d7

%43.74
%9.01
%47.25

CMYK Percentages of Color #c729d7

%7
%81
%0
%16

Triadic Colors of #c729d7

#c729d7 #d7c729 #29d7c7

Analogous Colors of #c729d7

#c729d7 #d72990 #7029d7

Monochromatic Colors of #c729d7

#c729d7

Complementary Color

#c729d7 #39d729

#c729d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c729d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c729d7 Color CSS Codes

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

#c729d7 Text Font Color

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

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


#c729d7 Background Color

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

This div background color is #c729d7


#c729d7 Border Color

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

This div border color is #c729d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c729d7


Comments

No comments written yet.

Please login to write comment.