Color Hex Logo

#c029dc Color Hex

#C029DC
(192,41,220)
0 Favorites   0 Comments

Color spaces of #c029dc

RGB 19241220
HSL0.810.720.51
HSV291°81°86°
CMYK 0.130.810.00   0.14
XYZ35.449417.959769.3083
Yxy17.95970.28890.1464
Hunter Lab42.378975.1499-67.3003
CIE-Lab49.447277.8097-59.2036

#c029dc color RGB value is (192,41,220).

#c029dc hex color red value is 192, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c029dc hue: 0.81 , saturation: 0.72 and the lightness value of c029dc is 0.51.

The process color (four color CMYK) of #c029dc color hex is 0.13, 0.81, 0.00, 0.14. Web safe color of #c029dc is #cc33cc. Color #c029dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 11011100
Octal 300 51 334
Decimal 192 41 220
Hex C0 29 DC

RGB Percentages of Color #c029dc

%42.38
%9.05
%48.57

CMYK Percentages of Color #c029dc

%13
%81
%0
%14

Triadic Colors of #c029dc

#c029dc #dcc029 #29dcc0

Analogous Colors of #c029dc

#c029dc #dc299f #6729dc

Monochromatic Colors of #c029dc

#c029dc

Complementary Color

#c029dc #45dc29

#c029dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c029dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c029dc Color CSS Codes

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

#c029dc Text Font Color

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

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


#c029dc Background Color

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

This div background color is #c029dc


#c029dc Border Color

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

This div border color is #c029dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c029dc


Comments

No comments written yet.

Please login to write comment.