Color Hex Logo

#c829da Color Hex

#C829DA
(200,41,218)
0 Favorites   0 Comments

Color spaces of #c829da

RGB 20041218
HSL0.820.710.51
HSV294°81°85°
CMYK 0.080.810.00   0.15
XYZ37.267218.927268.0188
Yxy18.92720.30000.1524
Hunter Lab43.505476.7706-62.2435
CIE-Lab50.601978.8820-56.1390

#c829da color RGB value is (200,41,218).

#c829da hex color red value is 200, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c829da hue: 0.82 , saturation: 0.71 and the lightness value of c829da is 0.51.

The process color (four color CMYK) of #c829da color hex is 0.08, 0.81, 0.00, 0.15. Web safe color of #c829da is #cc33cc. Color #c829da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101001 11011010
Octal 310 51 332
Decimal 200 41 218
Hex C8 29 DA

RGB Percentages of Color #c829da

%43.57
%8.93
%47.49

CMYK Percentages of Color #c829da

%8
%81
%0
%15

Triadic Colors of #c829da

#c829da #dac829 #29dac8

Analogous Colors of #c829da

#c829da #da2994 #7029da

Monochromatic Colors of #c829da

#c829da

Complementary Color

#c829da #3bda29

#c829da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c829da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c829da Color CSS Codes

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

#c829da Text Font Color

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

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


#c829da Background Color

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

This div background color is #c829da


#c829da Border Color

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

This div border color is #c829da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c829da


Comments

No comments written yet.

Please login to write comment.