Color Hex Logo

#c829ea Color Hex

#C829EA
(200,41,234)
0 Favorites   0 Comments

Color spaces of #c829ea

RGB 20041234
HSL0.800.820.54
HSV289°82°92°
CMYK 0.150.820.00   0.08
XYZ39.463619.805779.5848
Yxy19.80570.28420.1426
Hunter Lab44.503680.4037-74.8745
CIE-Lab51.616881.5602-63.5772

#c829ea color RGB value is (200,41,234).

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

The process color (four color CMYK) of #c829ea color hex is 0.15, 0.82, 0.00, 0.08. Web safe color of #c829ea is #cc33ff. Color #c829ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101001 11101010
Octal 310 51 352
Decimal 200 41 234
Hex C8 29 EA

RGB Percentages of Color #c829ea

%42.11
%8.63
%49.26

CMYK Percentages of Color #c829ea

%15
%82
%0
%8

Triadic Colors of #c829ea

#c829ea #eac829 #29eac8

Analogous Colors of #c829ea

#c829ea #ea29ac #6829ea

Monochromatic Colors of #c829ea

#c829ea

Complementary Color

#c829ea #4bea29

#c829ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c829ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c829ea Color CSS Codes

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

#c829ea Text Font Color

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

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


#c829ea Background Color

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

This div background color is #c829ea


#c829ea Border Color

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

This div border color is #c829ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c829ea


Comments

No comments written yet.

Please login to write comment.